Html Css Color HEX #558BD7 Havelock Blue

📋 copy color: '#558BD7'

red 85 ◦ green 139 ◦ blue 215

#558BD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #558BD7

Tints of Havelock Blue #558BD7

RGB

 RED value IS 85 (33.59% from 255) = 19.36%

 GREEN value IS 139 (54.69% from 255) = 31.66%

 BLUE value IS 215 (84.38% from 255) = 48.97%

R = 19.36%
G = 31.66%
B = 48.97%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#558BD7 (or 0x558BD7) is known color: Havelock Blue. HEX triplet: 55, 8B and D7. RGB value is (85,139,215). Sum of RGB (Red+Green+Blue) = 85+139+215=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #558BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BD7 is #AA7428. Grayscale: #838383. Windows color (decimal): -11170857 or 14125909. OLE color: 14125909.

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

Color convert

RGB 85 139 215 -
CMYK 0.60 0.35 0 0.16
HSL 215.08º 0.62% 0.59% -
HSV(B) 215.08º 0.6% 0.84% -
XYZ 25.24 25.3 67.84 -
YUV 131.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 85 139 215 0.60 0.35 0 0.16 215.08 0.62 0.59
Hex 55 8B D7 3C 23 0 10 D7 3E 3B
Octal 125 213 327 74 43 0 20 327 76 73
Binary 1010101 10001011 11010111 111100 100011 0 10000 11010111 111110 111011

Color Harmonies of #558BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BD7

Black with #558BD7

Text Example


Text Example

White with #558BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #558BD7;
 }
 .AnyTagClassName
 {
   color: #558BD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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