#5CABDB

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

Shades of Picton Blue #5CABDB

Tints of Picton Blue #5CABDB

Color information

#5CABDB (or 0x5CABDB) is unknown color: approx Picton Blue. HEX triplet: 5C, AB and DB. RGB value is (92,171,219). Sum of RGB (Red+Green+Blue) = 92+171+219=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABDB is #A35424. Grayscale: #989898. Windows color (decimal): -10703909 or 14396252. OLE color: 14396252.

HSL color Cylindrical-coordinate representation of color #5CABDB: hue angle of 202.68º degrees, saturation: 0.64, 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 #5CABDB is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92171219-
CMYK0.580.2200.14
HSL202.68º63.82%60.98%-
HSV(B)202.68º57.99%85.88%-
XYZ31.7636.5272.39-
YUV152.85165.3384.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.09%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 219 (85.94% from 255) = 45.44%
R=19.09%
G=35.48%
B=45.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921712190.580.2200.14202.6863.8260.98
Hex5CABDB3A160Ecb403d
Octal134253333722601631310075
Binary101110010101011110110111110101011001110110010111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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