Html Css Color HEX #557DB9 Havelock Blue

📋 copy color: '#557DB9'

red 85 ◦ green 125 ◦ blue 185

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

Shades of Havelock Blue #557DB9

Tints of Havelock Blue #557DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 21.52%
G = 31.65%
B = 46.84%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#557DB9 (or 0x557DB9) is known color: Havelock Blue. HEX triplet: 55, 7D and B9. RGB value is (85,125,185). Sum of RGB (Red+Green+Blue) = 85+125+185=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #557DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DB9 is #AA8246. Grayscale: #777777. Windows color (decimal): -11174471 or 12156245. OLE color: 12156245.

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

Color convert

RGB 85 125 185 -
CMYK 0.54 0.32 0 0.27
HSL 216º 0.42% 0.53% -
HSV(B) 216º 0.54% 0.73% -
XYZ 19.84 20.1 48.73 -
YUV 119.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 85 125 185 0.54 0.32 0 0.27 216 0.42 0.53
Hex 55 7D B9 36 20 0 1B D8 2A 35
Octal 125 175 271 66 40 0 33 330 52 65
Binary 1010101 1111101 10111001 110110 100000 0 11011 11011000 101010 110101

Color Harmonies of #557DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DB9

Black with #557DB9

Text Example


Text Example

White with #557DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,125,185); }

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

background-color css

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

 a { background-color: rgb(85,125,185); }

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

border-color css

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

 span { border-color: rgb(85,125,185); }

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