Html Css Color HEX #557EBC Havelock Blue

📋 copy color: '#557EBC'

red 85 ◦ green 126 ◦ blue 188

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

Shades of Havelock Blue #557EBC

Tints of Havelock Blue #557EBC

RGB

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

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

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

R = 21.3%
G = 31.58%
B = 47.12%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#557EBC (or 0x557EBC) is known color: Havelock Blue. HEX triplet: 55, 7E and BC. RGB value is (85,126,188). Sum of RGB (Red+Green+Blue) = 85+126+188=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #557EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EBC is #AA8143. Grayscale: #787878. Windows color (decimal): -11174212 or 12353109. OLE color: 12353109.

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

Color convert

RGB 85 126 188 -
CMYK 0.55 0.33 0 0.26
HSL 216.12º 0.43% 0.54% -
HSV(B) 216.12º 0.55% 0.74% -
XYZ 20.28 20.48 50.46 -
YUV 120.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 85 126 188 0.55 0.33 0 0.26 216.12 0.43 0.54
Hex 55 7E BC 37 21 0 1A D8 2B 36
Octal 125 176 274 67 41 0 32 330 53 66
Binary 1010101 1111110 10111100 110111 100001 0 11010 11011000 101011 110110

Color Harmonies of #557EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EBC

Black with #557EBC

Text Example


Text Example

White with #557EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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