#5CAADC

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

Shades of Picton Blue #5CAADC

Tints of Picton Blue #5CAADC

Color information

#5CAADC (or 0x5CAADC) is unknown color: approx Picton Blue. HEX triplet: 5C, AA and DC. RGB value is (92,170,220). Sum of RGB (Red+Green+Blue) = 92+170+220=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAADC is #A35523. Grayscale: #989898. Windows color (decimal): -10704164 or 14461532. OLE color: 14461532.

HSL color Cylindrical-coordinate representation of color #5CAADC: hue angle of 203.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CAADC is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92170220-
CMYK0.580.2300.14
HSL203.44º64.65%61.18%-
HSV(B)203.44º58.18%86.27%-
XYZ31.7136.1973.02-
YUV152.38166.1684.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.09%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=19.09%
G=35.27%
B=45.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921702200.580.2300.14203.4464.6561.18
Hex5CAADC3A170Ecb413d
Octal134252334722701631310175
Binary101110010101010110111001110101011101110110010111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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