Html Css Color HEX #577DDA Havelock Blue

📋 copy color: '#577DDA'

red 87 ◦ green 125 ◦ blue 218

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

Shades of Havelock Blue #577DDA

Tints of Havelock Blue #577DDA

RGB

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

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

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

R = 20.23%
G = 29.07%
B = 50.7%

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

#577DDA (or 0x577DDA) is known color: Havelock Blue. HEX triplet: 57, 7D and DA. RGB value is (87,125,218). Sum of RGB (Red+Green+Blue) = 87+125+218=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #577DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DDA is #A88225. Grayscale: #7B7B7B. Windows color (decimal): -11043366 or 14318935. OLE color: 14318935.

HSL color Cylindrical-coordinate representation of color #577DDA: hue angle of 222.6º 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 #577DDA is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 125 218 -
CMYK 0.60 0.43 0 0.15
HSL 222.6º 0.64% 0.6% -
HSV(B) 222.6º 0.6% 0.85% -
XYZ 23.92 21.76 69.27 -
YUV 124.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 87 125 218 0.60 0.43 0 0.15 222.6 0.64 0.6
Hex 57 7D DA 3C 2B 0 F DF 40 3C
Octal 127 175 332 74 53 0 17 337 100 74
Binary 1010111 1111101 11011010 111100 101011 0 1111 11011111 1000000 111100

Color Harmonies of #577DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DDA

Black with #577DDA

Text Example


Text Example

White with #577DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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