Html Css Color HEX #557FBC Havelock Blue

📋 copy color: '#557FBC'

red 85 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #557FBC

Tints of Havelock Blue #557FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 21.25%
G = 31.75%
B = 47%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#557FBC (or 0x557FBC) is known color: Havelock Blue. HEX triplet: 55, 7F and BC. RGB value is (85,127,188). Sum of RGB (Red+Green+Blue) = 85+127+188=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #557FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FBC is #AA8043. Grayscale: #797979. Windows color (decimal): -11173956 or 12353365. OLE color: 12353365.

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

Color convert

RGB 85 127 188 -
CMYK 0.55 0.32 0 0.26
HSL 215.53º 0.43% 0.54% -
HSV(B) 215.53º 0.55% 0.74% -
XYZ 20.41 20.74 50.5 -
YUV 121.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 85 127 188 0.55 0.32 0 0.26 215.53 0.43 0.54
Hex 55 7F BC 37 20 0 1A D8 2B 36
Octal 125 177 274 67 40 0 32 330 53 66
Binary 1010101 1111111 10111100 110111 100000 0 11010 11011000 101011 110110

Color Harmonies of #557FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FBC

Black with #557FBC

Text Example


Text Example

White with #557FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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