#5C96DC

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

Shades of Picton Blue #5C96DC

Tints of Picton Blue #5C96DC

Color information

#5C96DC (or 0x5C96DC) is unknown color: approx Picton Blue. HEX triplet: 5C, 96 and DC. RGB value is (92,150,220). Sum of RGB (Red+Green+Blue) = 92+150+220=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C96DC is #A36923. Grayscale: #8C8C8C. Windows color (decimal): -10709284 or 14456412. OLE color: 14456412.

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

Color convert

RGB92150220-
CMYK0.580.3200.14
HSL212.81º64.65%61.18%-
HSV(B)212.81º58.18%86.27%-
XYZ28.2429.2671.87-
YUV140.64172.7893.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.91%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=19.91%
G=32.47%
B=47.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921502200.580.3200.14212.8164.6561.18
Hex5C96DC3A200Ed5413d
Octal134226334724001632510175
Binary1011100100101101101110011101010000001110110101011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,150,220); }

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

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

 a { background-color: rgb(92,150,220); }

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

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

 span { border-color: rgb(92,150,220); }

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