Html Css Color HEX #557CB6 Havelock Blue

📋 copy color: '#557CB6'

red 85 ◦ green 124 ◦ blue 182

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

Shades of Havelock Blue #557CB6

Tints of Havelock Blue #557CB6

RGB

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

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

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

R = 21.74%
G = 31.71%
B = 46.55%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#557CB6 (or 0x557CB6) is known color: Havelock Blue. HEX triplet: 55, 7C and B6. RGB value is (85,124,182). Sum of RGB (Red+Green+Blue) = 85+124+182=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #557CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CB6 is #AA8349. Grayscale: #767676. Windows color (decimal): -11174730 or 11959381. OLE color: 11959381.

HSL color Cylindrical-coordinate representation of color #557CB6: hue angle of 215.88º 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 #557CB6 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 124 182 -
CMYK 0.53 0.32 0 0.29
HSL 215.88º 0.4% 0.52% -
HSV(B) 215.88º 0.53% 0.71% -
XYZ 19.4 19.72 47.04 -
YUV 118.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 85 124 182 0.53 0.32 0 0.29 215.88 0.4 0.52
Hex 55 7C B6 35 20 0 1D D8 28 34
Octal 125 174 266 65 40 0 35 330 50 64
Binary 1010101 1111100 10110110 110101 100000 0 11101 11011000 101000 110100

Color Harmonies of #557CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CB6

Black with #557CB6

Text Example


Text Example

White with #557CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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