#5596DC

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

Shades of Picton Blue #5596DC

Tints of Picton Blue #5596DC

Color information

#5596DC (or 0x5596DC) is unknown color: approx Picton Blue. HEX triplet: 55, 96 and DC. RGB value is (85,150,220). Sum of RGB (Red+Green+Blue) = 85+150+220=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #5596DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596DC is #AA6923. Grayscale: #8A8A8A. Windows color (decimal): -11168036 or 14456405. OLE color: 14456405.

HSL color Cylindrical-coordinate representation of color #5596DC: hue angle of 211.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5596DC is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85150220-
CMYK0.610.3200.14
HSL211.11º65.85%59.8%-
HSV(B)211.11º61.36%86.27%-
XYZ27.5728.9171.84-
YUV138.55173.9789.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 220 (86.33% from 255) = 48.35%
R=18.68%
G=32.97%
B=48.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal851502200.610.3200.14211.1165.8559.8
Hex5596DC3D200Ed3423c
Octal125226334754001632310274
Binary1010101100101101101110011110110000001110110100111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5596DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5596DC; }

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

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

<style>
 a { background-color: #5596DC; }

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

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

<style>
 span { border-color: #5596DC; }

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

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