#5599D5

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

Shades of Picton Blue #5599D5

Tints of Picton Blue #5599D5

Color information

#5599D5 (or 0x5599D5) is unknown color: approx Picton Blue. HEX triplet: 55, 99 and D5. RGB value is (85,153,213). Sum of RGB (Red+Green+Blue) = 85+153+213=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #5599D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599D5 is #AA662A. Grayscale: #8B8B8B. Windows color (decimal): -11167275 or 13998421. OLE color: 13998421.

HSL color Cylindrical-coordinate representation of color #5599D5: hue angle of 208.12º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5599D5 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85153213-
CMYK0.600.2800.16
HSL208.12º60.38%58.43%-
HSV(B)208.12º60.09%83.53%-
XYZ27.1529.5267.22-
YUV139.51169.4789.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 213 (83.59% from 255) = 47.23%
R=18.85%
G=33.92%
B=47.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851532130.600.2800.16208.1260.3858.43
Hex5599D53C1C010d03c3a
Octal12523132574340203207472
Binary101010110011001110101011111001110001000011010000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5599D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5599D5; }

 p { color: rgb(85,153,213); }

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

<style>
 a { background-color: #5599D5; }

 a { background-color: rgb(85,153,213); }

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

<style>
 span { border-color: #5599D5; }

 span { border-color: rgb(85,153,213); }

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