Html Css Color HEX #558DD7 Havelock Blue

📋 copy color: '#558DD7'

red 85 ◦ green 141 ◦ blue 215

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

Shades of Havelock Blue #558DD7

Tints of Havelock Blue #558DD7

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 value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#558DD7 (or 0x558DD7) is known color: 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

RGB 85 141 215 -
CMYK 0.60 0.34 0 0.16
HSL 214.15º 0.62% 0.59% -
HSV(B) 214.15º 0.6% 0.84% -
XYZ 25.54 25.89 67.94 -
YUV 132.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 85 141 215 0.60 0.34 0 0.16 214.15 0.62 0.59
Hex 55 8D D7 3C 22 0 10 D6 3E 3B
Octal 125 215 327 74 42 0 20 326 76 73
Binary 1010101 10001101 11010111 111100 100010 0 10000 11010110 111110 111011

Color Harmonies of #558DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DD7

Black with #558DD7

Text Example


Text Example

White with #558DD7

Text Example


Text Example

HTML Codes & Css Web 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>