Html Css Color HEX #577CD5 Havelock Blue

📋 copy color: '#577CD5'

red 87 ◦ green 124 ◦ blue 213

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

Shades of Havelock Blue #577CD5

Tints of Havelock Blue #577CD5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 20.52%
G = 29.25%
B = 50.24%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#577CD5 (or 0x577CD5) is known color: Havelock Blue. HEX triplet: 57, 7C and D5. RGB value is (87,124,213). Sum of RGB (Red+Green+Blue) = 87+124+213=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #577CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CD5 is #A8832A. Grayscale: #7A7A7A. Windows color (decimal): -11043627 or 13990999. OLE color: 13990999.

HSL color Cylindrical-coordinate representation of color #577CD5: hue angle of 222.38º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #577CD5 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 124 213 -
CMYK 0.59 0.42 0 0.16
HSL 222.38º 0.6% 0.59% -
HSV(B) 222.38º 0.59% 0.84% -
XYZ 23.15 21.25 65.83 -
YUV 123.08 178.74 102.26 -
System Red Green Blue C M Y K H S L
Decimal 87 124 213 0.59 0.42 0 0.16 222.38 0.6 0.59
Hex 57 7C D5 3B 2A 0 10 DE 3C 3B
Octal 127 174 325 73 52 0 20 336 74 73
Binary 1010111 1111100 11010101 111011 101010 0 10000 11011110 111100 111011

Color Harmonies of #577CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577CD5

Black with #577CD5

Text Example


Text Example

White with #577CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,124,213); }

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

background-color css

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

 a { background-color: rgb(87,124,213); }

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

border-color css

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

 span { border-color: rgb(87,124,213); }

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