Html Css Color HEX #557DBE Havelock Blue

📋 copy color: '#557DBE'

red 85 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #557DBE

Tints of Havelock Blue #557DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 21.25%
G = 31.25%
B = 47.5%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#557DBE (or 0x557DBE) is known color: Havelock Blue. HEX triplet: 55, 7D and BE. RGB value is (85,125,190). Sum of RGB (Red+Green+Blue) = 85+125+190=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #557DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DBE is #AA8241. Grayscale: #787878. Windows color (decimal): -11174466 or 12483925. OLE color: 12483925.

HSL color Cylindrical-coordinate representation of color #557DBE: hue angle of 217.14º 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 #557DBE is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 125 190 -
CMYK 0.55 0.34 0 0.25
HSL 217.14º 0.45% 0.54% -
HSV(B) 217.14º 0.55% 0.75% -
XYZ 20.37 20.32 51.56 -
YUV 120.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 85 125 190 0.55 0.34 0 0.25 217.14 0.45 0.54
Hex 55 7D BE 37 22 0 19 D9 2D 36
Octal 125 175 276 67 42 0 31 331 55 66
Binary 1010101 1111101 10111110 110111 100010 0 11001 11011001 101101 110110

Color Harmonies of #557DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DBE

Black with #557DBE

Text Example


Text Example

White with #557DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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