Html Css Color HEX #557FBA Havelock Blue

📋 copy color: '#557FBA'

red 85 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #557FBA

Tints of Havelock Blue #557FBA

RGB

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

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

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

R = 21.36%
G = 31.91%
B = 46.73%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#557FBA (or 0x557FBA) is known color: Havelock Blue. HEX triplet: 55, 7F and BA. RGB value is (85,127,186). Sum of RGB (Red+Green+Blue) = 85+127+186=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #557FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FBA is #AA8045. Grayscale: #787878. Windows color (decimal): -11173958 or 12222293. OLE color: 12222293.

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

Color convert

RGB 85 127 186 -
CMYK 0.54 0.32 0 0.27
HSL 215.05º 0.42% 0.53% -
HSV(B) 215.05º 0.54% 0.73% -
XYZ 20.2 20.66 49.38 -
YUV 121.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 85 127 186 0.54 0.32 0 0.27 215.05 0.42 0.53
Hex 55 7F BA 36 20 0 1B D7 2A 35
Octal 125 177 272 66 40 0 33 327 52 65
Binary 1010101 1111111 10111010 110110 100000 0 11011 11010111 101010 110101

Color Harmonies of #557FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FBA

Black with #557FBA

Text Example


Text Example

White with #557FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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