Html Css Color HEX #557DBA Havelock Blue

📋 copy color: '#557DBA'

red 85 ◦ green 125 ◦ blue 186

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

Shades of Havelock Blue #557DBA

Tints of Havelock Blue #557DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 21.46%
G = 31.57%
B = 46.97%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#557DBA (or 0x557DBA) is known color: Havelock Blue. HEX triplet: 55, 7D and BA. RGB value is (85,125,186). Sum of RGB (Red+Green+Blue) = 85+125+186=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #557DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DBA is #AA8245. Grayscale: #777777. Windows color (decimal): -11174470 or 12221781. OLE color: 12221781.

HSL color Cylindrical-coordinate representation of color #557DBA: hue angle of 216.24º 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 #557DBA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 125 186 -
CMYK 0.54 0.33 0 0.27
HSL 216.24º 0.42% 0.53% -
HSV(B) 216.24º 0.54% 0.73% -
XYZ 19.94 20.14 49.29 -
YUV 119.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 85 125 186 0.54 0.33 0 0.27 216.24 0.42 0.53
Hex 55 7D BA 36 21 0 1B D8 2A 35
Octal 125 175 272 66 41 0 33 330 52 65
Binary 1010101 1111101 10111010 110110 100001 0 11011 11011000 101010 110101

Color Harmonies of #557DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DBA

Black with #557DBA

Text Example


Text Example

White with #557DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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