#5CABCD

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

Shades of Picton Blue #5CABCD

Tints of Picton Blue #5CABCD

Color information

#5CABCD (or 0x5CABCD) is unknown color: approx Picton Blue. HEX triplet: 5C, AB and CD. RGB value is (92,171,205). Sum of RGB (Red+Green+Blue) = 92+171+205=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABCD is #A35432. Grayscale: #979797. Windows color (decimal): -10703923 or 13478748. OLE color: 13478748.

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

Color convert

RGB92171205-
CMYK0.550.1700.20
HSL198.05º53.05%58.24%-
HSV(B)198.05º55.12%80.39%-
XYZ3035.8163.09-
YUV151.26158.3385.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.66%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=19.66%
G=36.54%
B=43.80%

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
Decimal921712050.550.1700.20198.0553.0558.24
Hex5CABCD3711014c6353a
Octal13425331567210243066572
Binary101110010101011110011011101111000101010011000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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