#5CAACD

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

Shades of Picton Blue #5CAACD

Tints of Picton Blue #5CAACD

Color information

#5CAACD (or 0x5CAACD) is unknown color: approx Picton Blue. HEX triplet: 5C, AA and CD. RGB value is (92,170,205). Sum of RGB (Red+Green+Blue) = 92+170+205=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAACD is #A35532. Grayscale: #969696. Windows color (decimal): -10704179 or 13478492. OLE color: 13478492.

HSL color Cylindrical-coordinate representation of color #5CAACD: hue angle of 198.58º degrees, saturation: 0.53, 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 #5CAACD is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92170205-
CMYK0.550.1700.20
HSL198.58º53.05%58.24%-
HSV(B)198.58º55.12%80.39%-
XYZ29.8135.4363.03-
YUV150.67158.6686.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.70%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=19.70%
G=36.40%
B=43.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921702050.550.1700.20198.5853.0558.24
Hex5CAACD3711014c7353a
Octal13425231567210243076572
Binary101110010101010110011011101111000101010011000111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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