Html Css Color HEX #557FBB Havelock Blue

📋 copy color: '#557FBB'

red 85 ◦ green 127 ◦ blue 187

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

Shades of Havelock Blue #557FBB

Tints of Havelock Blue #557FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 21.3%
G = 31.83%
B = 46.87%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#557FBB (or 0x557FBB) is known color: Havelock Blue. HEX triplet: 55, 7F and BB. RGB value is (85,127,187). Sum of RGB (Red+Green+Blue) = 85+127+187=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #557FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FBB is #AA8044. Grayscale: #797979. Windows color (decimal): -11173957 or 12287829. OLE color: 12287829.

HSL color Cylindrical-coordinate representation of color #557FBB: hue angle of 215.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557FBB is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 127 187 -
CMYK 0.55 0.32 0 0.27
HSL 215.29º 0.43% 0.53% -
HSV(B) 215.29º 0.55% 0.73% -
XYZ 20.31 20.7 49.94 -
YUV 121.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 85 127 187 0.55 0.32 0 0.27 215.29 0.43 0.53
Hex 55 7F BB 37 20 0 1B D7 2B 35
Octal 125 177 273 67 40 0 33 327 53 65
Binary 1010101 1111111 10111011 110111 100000 0 11011 11010111 101011 110101

Color Harmonies of #557FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FBB

Black with #557FBB

Text Example


Text Example

White with #557FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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