Html Css Color HEX #557ABC Havelock Blue

📋 copy color: '#557ABC'

red 85 ◦ green 122 ◦ blue 188

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

Shades of Havelock Blue #557ABC

Tints of Havelock Blue #557ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

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

R = 21.52%
G = 30.89%
B = 47.59%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#557ABC (or 0x557ABC) is known color: Havelock Blue. HEX triplet: 55, 7A and BC. RGB value is (85,122,188). Sum of RGB (Red+Green+Blue) = 85+122+188=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #557ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ABC is #AA8543. Grayscale: #767676. Windows color (decimal): -11175236 or 12352085. OLE color: 12352085.

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

Color convert

RGB 85 122 188 -
CMYK 0.55 0.35 0 0.26
HSL 218.45º 0.43% 0.54% -
HSV(B) 218.45º 0.55% 0.74% -
XYZ 19.78 19.48 50.29 -
YUV 118.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 85 122 188 0.55 0.35 0 0.26 218.45 0.43 0.54
Hex 55 7A BC 37 23 0 1A DA 2B 36
Octal 125 172 274 67 43 0 32 332 53 66
Binary 1010101 1111010 10111100 110111 100011 0 11010 11011010 101011 110110

Color Harmonies of #557ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ABC

Black with #557ABC

Text Example


Text Example

White with #557ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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