#558dd7

Color #558DD7 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #558DD7

Tints of Havelock Blue #558DD7

Color information

#558DD7 (or 0x558DD7) is unknown color: approx Havelock Blue. HEX triplet: 55, 8D and D7. RGB value is (85,141,215). Sum of RGB (Red+Green+Blue) = 85+141+215=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #558DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DD7 is #AA7228. Grayscale: #848484. Windows color (decimal): -11170345 or 14126421. OLE color: 14126421.

HSL color Cylindrical-coordinate representation of color #558DD7: hue angle of 214.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558DD7 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85141215-
CMYK0.600.3400.16
HSL214.15º61.9%58.82%-
HSV(B)214.15º60.47%84.31%-
XYZ25.5425.8967.94-
YUV132.69174.4593.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 215 (84.38% from 255) = 48.75%
R=19.27%
G=31.97%
B=48.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851412150.600.3400.16214.1561.958.82
Hex558DD73C22010d63e3b
Octal12521532774420203267673
Binary1010101100011011101011111110010001001000011010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558dd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558dd7; }

 p { color: rgb(85,141,215); }

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

<style>
 a { background-color: #558dd7; }

 a { background-color: rgb(85,141,215); }

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

<style>
 span { border-color: #558dd7; }

 span { border-color: rgb(85,141,215); }

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