Html Css Color HEX #557ABD Havelock Blue

📋 copy color: '#557ABD'

red 85 ◦ green 122 ◦ blue 189

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

Shades of Havelock Blue #557ABD

Tints of Havelock Blue #557ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 21.46%
G = 30.81%
B = 47.73%

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

#557ABD (or 0x557ABD) is known color: Havelock Blue. HEX triplet: 55, 7A and BD. RGB value is (85,122,189). Sum of RGB (Red+Green+Blue) = 85+122+189=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #557ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ABD is #AA8542. Grayscale: #767676. Windows color (decimal): -11175235 or 12417621. OLE color: 12417621.

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

Color convert

RGB 85 122 189 -
CMYK 0.55 0.35 0 0.26
HSL 218.65º 0.44% 0.54% -
HSV(B) 218.65º 0.55% 0.74% -
XYZ 19.89 19.52 50.86 -
YUV 118.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 85 122 189 0.55 0.35 0 0.26 218.65 0.44 0.54
Hex 55 7A BD 37 23 0 1A DB 2C 36
Octal 125 172 275 67 43 0 32 333 54 66
Binary 1010101 1111010 10111101 110111 100011 0 11010 11011011 101100 110110

Color Harmonies of #557ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ABD

Black with #557ABD

Text Example


Text Example

White with #557ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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