#558DD5

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

Shades of Havelock Blue #558DD5

Tints of Havelock Blue #558DD5

Color information

#558DD5 (or 0x558DD5) is unknown color: approx Havelock Blue. HEX triplet: 55, 8D and D5. RGB value is (85,141,213). Sum of RGB (Red+Green+Blue) = 85+141+213=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #558DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DD5 is #AA722A. Grayscale: #848484. Windows color (decimal): -11170347 or 13995349. OLE color: 13995349.

HSL color Cylindrical-coordinate representation of color #558DD5: hue angle of 213.75º 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 #558DD5 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85141213-
CMYK0.600.3400.16
HSL213.75º60.38%58.43%-
HSV(B)213.75º60.09%83.53%-
XYZ25.2825.7966.6-
YUV132.46173.4594.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 213 (83.59% from 255) = 48.52%
R=19.36%
G=32.12%
B=48.52%

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
Decimal851412130.600.3400.16213.7560.3858.43
Hex558DD53C22010d63c3a
Octal12521532574420203267472
Binary1010101100011011101010111110010001001000011010110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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