Html Css Color HEX #557FBE Havelock Blue

📋 copy color: '#557FBE'

red 85 ◦ green 127 ◦ blue 190

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

Shades of Havelock Blue #557FBE

Tints of Havelock Blue #557FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 21.14%
G = 31.59%
B = 47.26%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#557FBE (or 0x557FBE) is known color: Havelock Blue. HEX triplet: 55, 7F and BE. RGB value is (85,127,190). Sum of RGB (Red+Green+Blue) = 85+127+190=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #557FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FBE is #AA8041. Grayscale: #797979. Windows color (decimal): -11173954 or 12484437. OLE color: 12484437.

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

Color convert

RGB 85 127 190 -
CMYK 0.55 0.33 0 0.25
HSL 216º 0.45% 0.54% -
HSV(B) 216º 0.55% 0.75% -
XYZ 20.63 20.83 51.65 -
YUV 121.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 85 127 190 0.55 0.33 0 0.25 216 0.45 0.54
Hex 55 7F BE 37 21 0 19 D8 2D 36
Octal 125 177 276 67 41 0 31 330 55 66
Binary 1010101 1111111 10111110 110111 100001 0 11001 11011000 101101 110110

Color Harmonies of #557FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FBE

Black with #557FBE

Text Example


Text Example

White with #557FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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