Html Css Color HEX #557EBB Havelock Blue

📋 copy color: '#557EBB'

red 85 ◦ green 126 ◦ blue 187

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

Shades of Havelock Blue #557EBB

Tints of Havelock Blue #557EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 21.36%
G = 31.66%
B = 46.98%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#557EBB (or 0x557EBB) is known color: Havelock Blue. HEX triplet: 55, 7E and BB. RGB value is (85,126,187). Sum of RGB (Red+Green+Blue) = 85+126+187=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #557EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EBB is #AA8144. Grayscale: #787878. Windows color (decimal): -11174213 or 12287573. OLE color: 12287573.

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

Color convert

RGB 85 126 187 -
CMYK 0.55 0.33 0 0.27
HSL 215.88º 0.43% 0.53% -
HSV(B) 215.88º 0.55% 0.73% -
XYZ 20.18 20.44 49.9 -
YUV 120.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 85 126 187 0.55 0.33 0 0.27 215.88 0.43 0.53
Hex 55 7E BB 37 21 0 1B D8 2B 35
Octal 125 176 273 67 41 0 33 330 53 65
Binary 1010101 1111110 10111011 110111 100001 0 11011 11011000 101011 110101

Color Harmonies of #557EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EBB

Black with #557EBB

Text Example


Text Example

White with #557EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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