#5599E0

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

Shades of Picton Blue #5599E0

Tints of Picton Blue #5599E0

Color information

#5599E0 (or 0x5599E0) is unknown color: approx Picton Blue. HEX triplet: 55, 99 and E0. RGB value is (85,153,224). Sum of RGB (Red+Green+Blue) = 85+153+224=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #5599E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599E0 is #AA661F. Grayscale: #8C8C8C. Windows color (decimal): -11167264 or 14719317. OLE color: 14719317.

HSL color Cylindrical-coordinate representation of color #5599E0: hue angle of 210.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5599E0 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85153224-
CMYK0.620.3200.12
HSL210.65º69.15%60.59%-
HSV(B)210.65º62.05%87.84%-
XYZ28.5930.174.82-
YUV140.76174.9788.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.40%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=18.40%
G=33.12%
B=48.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal851532240.620.3200.12210.6569.1560.59
Hex5599E03E200Cd3453d
Octal125231340764001432310575
Binary1010101100110011110000011111010000001100110100111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5599E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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