Html Css Color HEX #577ED1 Havelock Blue

📋 copy color: '#577ED1'

red 87 ◦ green 126 ◦ blue 209

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

Shades of Havelock Blue #577ED1

Tints of Havelock Blue #577ED1

RGB

 RED value IS 87 (34.38% from 255) = 20.62%

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

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

R = 20.62%
G = 29.86%
B = 49.53%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#577ED1 (or 0x577ED1) is known color: Havelock Blue. HEX triplet: 57, 7E and D1. RGB value is (87,126,209). Sum of RGB (Red+Green+Blue) = 87+126+209=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #577ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ED1 is #A8812E. Grayscale: #7B7B7B. Windows color (decimal): -11043119 or 13729367. OLE color: 13729367.

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

Color convert

RGB 87 126 209 -
CMYK 0.58 0.40 0 0.18
HSL 220.82º 0.57% 0.58% -
HSV(B) 220.82º 0.58% 0.82% -
XYZ 22.9 21.55 63.27 -
YUV 123.8 176.08 101.75 -
System Red Green Blue C M Y K H S L
Decimal 87 126 209 0.58 0.40 0 0.18 220.82 0.57 0.58
Hex 57 7E D1 3A 28 0 12 DD 39 3A
Octal 127 176 321 72 50 0 22 335 71 72
Binary 1010111 1111110 11010001 111010 101000 0 10010 11011101 111001 111010

Color Harmonies of #577ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577ED1

Black with #577ED1

Text Example


Text Example

White with #577ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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