Html Css Color HEX #557BBA Havelock Blue

📋 copy color: '#557BBA'

red 85 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #557BBA

Tints of Havelock Blue #557BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 21.57%
G = 31.22%
B = 47.21%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#557BBA (or 0x557BBA) is known color: Havelock Blue. HEX triplet: 55, 7B and BA. RGB value is (85,123,186). Sum of RGB (Red+Green+Blue) = 85+123+186=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #557BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BBA is #AA8445. Grayscale: #767676. Windows color (decimal): -11174982 or 12221269. OLE color: 12221269.

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

Color convert

RGB 85 123 186 -
CMYK 0.54 0.34 0 0.27
HSL 217.43º 0.42% 0.53% -
HSV(B) 217.43º 0.54% 0.73% -
XYZ 19.69 19.64 49.21 -
YUV 118.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 85 123 186 0.54 0.34 0 0.27 217.43 0.42 0.53
Hex 55 7B BA 36 22 0 1B D9 2A 35
Octal 125 173 272 66 42 0 33 331 52 65
Binary 1010101 1111011 10111010 110110 100010 0 11011 11011001 101010 110101

Color Harmonies of #557BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BBA

Black with #557BBA

Text Example


Text Example

White with #557BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,123,186); }

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

background-color css

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

 a { background-color: rgb(85,123,186); }

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

border-color css

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

 span { border-color: rgb(85,123,186); }

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