Html Css Color HEX #557CB0 Havelock Blue

📋 copy color: '#557CB0'

red 85 ◦ green 124 ◦ blue 176

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

Shades of Havelock Blue #557CB0

Tints of Havelock Blue #557CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 22.08%
G = 32.21%
B = 45.71%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#557CB0 (or 0x557CB0) is known color: Havelock Blue. HEX triplet: 55, 7C and B0. RGB value is (85,124,176). Sum of RGB (Red+Green+Blue) = 85+124+176=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #557CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CB0 is #AA834F. Grayscale: #767676. Windows color (decimal): -11174736 or 11566165. OLE color: 11566165.

HSL color Cylindrical-coordinate representation of color #557CB0: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #557CB0 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 124 176 -
CMYK 0.52 0.30 0 0.31
HSL 214.29º 0.37% 0.51% -
HSV(B) 214.29º 0.52% 0.69% -
XYZ 18.79 19.48 43.84 -
YUV 118.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 85 124 176 0.52 0.30 0 0.31 214.29 0.37 0.51
Hex 55 7C B0 34 1E 0 1F D6 25 33
Octal 125 174 260 64 36 0 37 326 45 63
Binary 1010101 1111100 10110000 110100 11110 0 11111 11010110 100101 110011

Color Harmonies of #557CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CB0

Black with #557CB0

Text Example


Text Example

White with #557CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,176); }

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

background-color css

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

 a { background-color: rgb(85,124,176); }

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

border-color css

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

 span { border-color: rgb(85,124,176); }

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