#5AACD7

Color #5AACD7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5AACD7

Tints of Picton Blue #5AACD7

Color information

#5AACD7 (or 0x5AACD7) is unknown color: approx Picton Blue. HEX triplet: 5A, AC and D7. RGB value is (90,172,215). Sum of RGB (Red+Green+Blue) = 90+172+215=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #5AACD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACD7 is #A55328. Grayscale: #989898. Windows color (decimal): -10834729 or 14134362. OLE color: 14134362.

HSL color Cylindrical-coordinate representation of color #5AACD7: hue angle of 200.64º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AACD7 is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB90172215-
CMYK0.580.200.16
HSL200.64º60.98%59.8%-
HSV(B)200.64º58.14%84.31%-
XYZ31.2336.5969.71-
YUV152.38163.3383.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 18.87%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 215 (84.38% from 255) = 45.07%
R=18.87%
G=36.06%
B=45.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal901722150.580.200.16200.6460.9859.8
Hex5AACD73A14010c93d3c
Octal13225432772240203117574
Binary101101010101100110101111110101010001000011001001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AACD7; }

 p { color: rgb(90,172,215); }

 H1.HeaderClassName
 {
   color: #5AACD7;
 }
 .AnyTagClassName
 {
   color: #5AACD7;
 }
</style>
background-color css

<style>
 a { background-color: #5AACD7; }

 a { background-color: rgb(90,172,215); }

 div.DivClassName
 {
   background-color: #5AACD7;
 }
 .BgClassName
 {
   background-color: #5AACD7;
 }
</style>
border-color css

<style>
 span { border-color: #5AACD7; }

 span { border-color: rgb(90,172,215); }

 td.TdClassName
 {
   border-color: #5AACD7;
 }
 .TagClassName
 {
   border-color: #5AACD7;
 }
</style>