Html Css Color HEX #577EDD Havelock Blue

📋 copy color: '#577EDD'

red 87 ◦ green 126 ◦ blue 221

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

Shades of Havelock Blue #577EDD

Tints of Havelock Blue #577EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 20.05%
G = 29.03%
B = 50.92%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#577EDD (or 0x577EDD) is known color: Havelock Blue. HEX triplet: 57, 7E and DD. RGB value is (87,126,221). Sum of RGB (Red+Green+Blue) = 87+126+221=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #577EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EDD is #A88122. Grayscale: #7C7C7C. Windows color (decimal): -11043107 or 14515799. OLE color: 14515799.

HSL color Cylindrical-coordinate representation of color #577EDD: hue angle of 222.54º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #577EDD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 126 221 -
CMYK 0.61 0.43 0 0.13
HSL 222.54º 0.66% 0.6% -
HSV(B) 222.54º 0.61% 0.87% -
XYZ 24.44 22.17 71.4 -
YUV 125.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 87 126 221 0.61 0.43 0 0.13 222.54 0.66 0.6
Hex 57 7E DD 3D 2B 0 D DF 42 3C
Octal 127 176 335 75 53 0 15 337 102 74
Binary 1010111 1111110 11011101 111101 101011 0 1101 11011111 1000010 111100

Color Harmonies of #577EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577EDD

Black with #577EDD

Text Example


Text Example

White with #577EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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