Html Css Color HEX #557AB6 Havelock Blue

📋 copy color: '#557AB6'

red 85 ◦ green 122 ◦ blue 182

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

Shades of Havelock Blue #557AB6

Tints of Havelock Blue #557AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 21.85%
G = 31.36%
B = 46.79%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#557AB6 (or 0x557AB6) is known color: Havelock Blue. HEX triplet: 55, 7A and B6. RGB value is (85,122,182). Sum of RGB (Red+Green+Blue) = 85+122+182=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #557AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AB6 is #AA8549. Grayscale: #757575. Windows color (decimal): -11175242 or 11958869. OLE color: 11958869.

HSL color Cylindrical-coordinate representation of color #557AB6: hue angle of 217.11º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #557AB6 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 122 182 -
CMYK 0.53 0.33 0 0.29
HSL 217.11º 0.4% 0.52% -
HSV(B) 217.11º 0.53% 0.71% -
XYZ 19.15 19.23 46.96 -
YUV 117.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 85 122 182 0.53 0.33 0 0.29 217.11 0.4 0.52
Hex 55 7A B6 35 21 0 1D D9 28 34
Octal 125 172 266 65 41 0 35 331 50 64
Binary 1010101 1111010 10110110 110101 100001 0 11101 11011001 101000 110100

Color Harmonies of #557AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AB6

Black with #557AB6

Text Example


Text Example

White with #557AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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