#5C9ADE

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

Shades of Picton Blue #5C9ADE

Tints of Picton Blue #5C9ADE

Color information

#5C9ADE (or 0x5C9ADE) is unknown color: approx Picton Blue. HEX triplet: 5C, 9A and DE. RGB value is (92,154,222). Sum of RGB (Red+Green+Blue) = 92+154+222=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C9ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9ADE is #A36521. Grayscale: #8E8E8E. Windows color (decimal): -10708258 or 14588508. OLE color: 14588508.

HSL color Cylindrical-coordinate representation of color #5C9ADE: hue angle of 211.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C9ADE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92154222-
CMYK0.590.3100.13
HSL211.38º66.33%61.57%-
HSV(B)211.38º58.56%87.06%-
XYZ29.1530.6673.49-
YUV143.21172.4691.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.66%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 222 (87.11% from 255) = 47.44%
R=19.66%
G=32.91%
B=47.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921542220.590.3100.13211.3866.3361.57
Hex5C9ADE3B1F0Dd3423e
Octal134232336733701532310276
Binary101110010011010110111101110111111101101110100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,154,222); }

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

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

 a { background-color: rgb(92,154,222); }

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

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

 span { border-color: rgb(92,154,222); }

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