Html Css Color HEX #577DDB Havelock Blue

📋 copy color: '#577DDB'

red 87 ◦ green 125 ◦ blue 219

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

Shades of Havelock Blue #577DDB

Tints of Havelock Blue #577DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 20.19%
G = 29%
B = 50.81%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#577DDB (or 0x577DDB) is known color: Havelock Blue. HEX triplet: 57, 7D and DB. RGB value is (87,125,219). Sum of RGB (Red+Green+Blue) = 87+125+219=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #577DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DDB is #A88224. Grayscale: #7B7B7B. Windows color (decimal): -11043365 or 14384471. OLE color: 14384471.

HSL color Cylindrical-coordinate representation of color #577DDB: hue angle of 222.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577DDB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 125 219 -
CMYK 0.60 0.43 0 0.14
HSL 222.73º 0.65% 0.6% -
HSV(B) 222.73º 0.6% 0.86% -
XYZ 24.05 21.81 69.96 -
YUV 124.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 87 125 219 0.60 0.43 0 0.14 222.73 0.65 0.6
Hex 57 7D DB 3C 2B 0 E DF 41 3C
Octal 127 175 333 74 53 0 16 337 101 74
Binary 1010111 1111101 11011011 111100 101011 0 1110 11011111 1000001 111100

Color Harmonies of #577DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DDB

Black with #577DDB

Text Example


Text Example

White with #577DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,125,219); }

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

background-color css

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

 a { background-color: rgb(87,125,219); }

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

border-color css

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

 span { border-color: rgb(87,125,219); }

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