Html Css Color HEX #557ABB Havelock Blue

📋 copy color: '#557ABB'

red 85 ◦ green 122 ◦ blue 187

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

Shades of Havelock Blue #557ABB

Tints of Havelock Blue #557ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 21.57%
G = 30.96%
B = 47.46%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#557ABB (or 0x557ABB) is known color: Havelock Blue. HEX triplet: 55, 7A and BB. RGB value is (85,122,187). Sum of RGB (Red+Green+Blue) = 85+122+187=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #557ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ABB is #AA8544. Grayscale: #767676. Windows color (decimal): -11175237 or 12286549. OLE color: 12286549.

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

Color convert

RGB 85 122 187 -
CMYK 0.55 0.35 0 0.27
HSL 218.24º 0.43% 0.53% -
HSV(B) 218.24º 0.55% 0.73% -
XYZ 19.68 19.44 49.73 -
YUV 118.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 85 122 187 0.55 0.35 0 0.27 218.24 0.43 0.53
Hex 55 7A BB 37 23 0 1B DA 2B 35
Octal 125 172 273 67 43 0 33 332 53 65
Binary 1010101 1111010 10111011 110111 100011 0 11011 11011010 101011 110101

Color Harmonies of #557ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ABB

Black with #557ABB

Text Example


Text Example

White with #557ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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