Html Css Color HEX #557ED1 Havelock Blue

📋 copy color: '#557ED1'

red 85 ◦ green 126 ◦ blue 209

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

Shades of Havelock Blue #557ED1

Tints of Havelock Blue #557ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30%

 BLUE value IS 209 (82.03% from 255) = 49.76%

R = 20.24%
G = 30%
B = 49.76%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#557ED1 (or 0x557ED1) is known color: Havelock Blue. HEX triplet: 55, 7E and D1. RGB value is (85,126,209). Sum of RGB (Red+Green+Blue) = 85+126+209=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #557ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ED1 is #AA812E. Grayscale: #7A7A7A. Windows color (decimal): -11174191 or 13729365. OLE color: 13729365.

HSL color Cylindrical-coordinate representation of color #557ED1: hue angle of 220.16º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557ED1 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 126 209 -
CMYK 0.59 0.40 0 0.18
HSL 220.16º 0.57% 0.58% -
HSV(B) 220.16º 0.59% 0.82% -
XYZ 22.72 21.46 63.27 -
YUV 123.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 85 126 209 0.59 0.40 0 0.18 220.16 0.57 0.58
Hex 55 7E D1 3B 28 0 12 DC 39 3A
Octal 125 176 321 73 50 0 22 334 71 72
Binary 1010101 1111110 11010001 111011 101000 0 10010 11011100 111001 111010

Color Harmonies of #557ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ED1

Black with #557ED1

Text Example


Text Example

White with #557ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,126,209); }

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

background-color css

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

 a { background-color: rgb(85,126,209); }

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

border-color css

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

 span { border-color: rgb(85,126,209); }

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