Html Css Color HEX #557DBF Havelock Blue

📋 copy color: '#557DBF'

red 85 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #557DBF

Tints of Havelock Blue #557DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 191 (75% from 255) = 47.63%

R = 21.2%
G = 31.17%
B = 47.63%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#557DBF (or 0x557DBF) is known color: Havelock Blue. HEX triplet: 55, 7D and BF. RGB value is (85,125,191). Sum of RGB (Red+Green+Blue) = 85+125+191=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #557DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DBF is #AA8240. Grayscale: #787878. Windows color (decimal): -11174465 or 12549461. OLE color: 12549461.

HSL color Cylindrical-coordinate representation of color #557DBF: hue angle of 217.36º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557DBF is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 125 191 -
CMYK 0.55 0.35 0 0.25
HSL 217.36º 0.45% 0.54% -
HSV(B) 217.36º 0.55% 0.75% -
XYZ 20.48 20.36 52.14 -
YUV 120.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 85 125 191 0.55 0.35 0 0.25 217.36 0.45 0.54
Hex 55 7D BF 37 23 0 19 D9 2D 36
Octal 125 175 277 67 43 0 31 331 55 66
Binary 1010101 1111101 10111111 110111 100011 0 11001 11011001 101101 110110

Color Harmonies of #557DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DBF

Black with #557DBF

Text Example


Text Example

White with #557DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557DBF; }

 p { color: rgb(85,125,191); }

 H1.HeaderClassName
 {
   color: #557DBF;
 }
 .AnyTagClassName
 {
   color: #557DBF;
 }
</style>

background-color css

<style>
 a { background-color: #557DBF; }

 a { background-color: rgb(85,125,191); }

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

border-color css

<style>
 span { border-color: #557DBF; }

 span { border-color: rgb(85,125,191); }

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