#5CAACB

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

Shades of Picton Blue #5CAACB

Tints of Picton Blue #5CAACB

Color information

#5CAACB (or 0x5CAACB) is unknown color: approx Picton Blue. HEX triplet: 5C, AA and CB. RGB value is (92,170,203). Sum of RGB (Red+Green+Blue) = 92+170+203=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAACB is #A35534. Grayscale: #969696. Windows color (decimal): -10704181 or 13347420. OLE color: 13347420.

HSL color Cylindrical-coordinate representation of color #5CAACB: hue angle of 197.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CAACB is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92170203-
CMYK0.550.1600.20
HSL197.84º51.63%57.84%-
HSV(B)197.84º54.68%79.61%-
XYZ29.5735.3461.76-
YUV150.44157.6686.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.78%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=19.78%
G=36.56%
B=43.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921702030.550.1600.20197.8451.6357.84
Hex5CAACB3710014c6343a
Octal13425231367200243066472
Binary101110010101010110010111101111000001010011000110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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