Html Css Color HEX #557DB6 Havelock Blue

📋 copy color: '#557DB6'

red 85 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #557DB6

Tints of Havelock Blue #557DB6

RGB

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

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

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

R = 21.68%
G = 31.89%
B = 46.43%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#557DB6 (or 0x557DB6) is known color: Havelock Blue. HEX triplet: 55, 7D and B6. RGB value is (85,125,182). Sum of RGB (Red+Green+Blue) = 85+125+182=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #557DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DB6 is #AA8249. Grayscale: #777777. Windows color (decimal): -11174474 or 11959637. OLE color: 11959637.

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

Color convert

RGB 85 125 182 -
CMYK 0.53 0.31 0 0.29
HSL 215.26º 0.4% 0.52% -
HSV(B) 215.26º 0.53% 0.71% -
XYZ 19.52 19.98 47.08 -
YUV 119.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 85 125 182 0.53 0.31 0 0.29 215.26 0.4 0.52
Hex 55 7D B6 35 1F 0 1D D7 28 34
Octal 125 175 266 65 37 0 35 327 50 64
Binary 1010101 1111101 10110110 110101 11111 0 11101 11010111 101000 110100

Color Harmonies of #557DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DB6

Black with #557DB6

Text Example


Text Example

White with #557DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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