#5CAAD3

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

Shades of Picton Blue #5CAAD3

Tints of Picton Blue #5CAAD3

Color information

#5CAAD3 (or 0x5CAAD3) is unknown color: approx Picton Blue. HEX triplet: 5C, AA and D3. RGB value is (92,170,211). Sum of RGB (Red+Green+Blue) = 92+170+211=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #5CAAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAAD3 is #A3552C. Grayscale: #979797. Windows color (decimal): -10704173 or 13871708. OLE color: 13871708.

HSL color Cylindrical-coordinate representation of color #5CAAD3: hue angle of 200.67º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CAAD3 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB92170211-
CMYK0.560.1900.17
HSL200.67º57.49%59.41%-
HSV(B)200.67º56.4%82.75%-
XYZ30.5535.7366.91-
YUV151.35161.6685.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.45%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 211 (82.81% from 255) = 44.61%
R=19.45%
G=35.94%
B=44.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal921702110.560.1900.17200.6757.4959.41
Hex5CAAD33813011c9393b
Octal13425232370230213117173
Binary101110010101010110100111110001001101000111001001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,211); }

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

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

 a { background-color: rgb(92,170,211); }

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

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

 span { border-color: rgb(92,170,211); }

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