Html Css Color HEX #577CDA Havelock Blue

📋 copy color: '#577CDA'

red 87 ◦ green 124 ◦ blue 218

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

Shades of Havelock Blue #577CDA

Tints of Havelock Blue #577CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 20.28%
G = 28.9%
B = 50.82%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#577CDA (or 0x577CDA) is known color: Havelock Blue. HEX triplet: 57, 7C and DA. RGB value is (87,124,218). Sum of RGB (Red+Green+Blue) = 87+124+218=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #577CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CDA is #A88325. Grayscale: #7B7B7B. Windows color (decimal): -11043622 or 14318679. OLE color: 14318679.

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

Color convert

RGB 87 124 218 -
CMYK 0.60 0.43 0 0.15
HSL 223.05º 0.64% 0.6% -
HSV(B) 223.05º 0.6% 0.85% -
XYZ 23.79 21.5 69.23 -
YUV 123.65 181.24 101.86 -
System Red Green Blue C M Y K H S L
Decimal 87 124 218 0.60 0.43 0 0.15 223.05 0.64 0.6
Hex 57 7C DA 3C 2B 0 F DF 40 3C
Octal 127 174 332 74 53 0 17 337 100 74
Binary 1010111 1111100 11011010 111100 101011 0 1111 11011111 1000000 111100

Color Harmonies of #577CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577CDA

Black with #577CDA

Text Example


Text Example

White with #577CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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