Html Css Color HEX #575A77 Comet

📋 copy color: '#575A77'

red 87 ◦ green 90 ◦ blue 119

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

Shades of Comet #575A77

Tints of Comet #575A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 29.39%
G = 30.41%
B = 40.2%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575A77 (or 0x575A77) is known color: Comet. HEX triplet: 57, 5A and 77. RGB value is (87,90,119). Sum of RGB (Red+Green+Blue) = 87+90+119=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #575A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A77 is #A8A588. Grayscale: #5C5C5C. Windows color (decimal): -11052425 or 7821911. OLE color: 7821911.

HSL color Cylindrical-coordinate representation of color #575A77: hue angle of 234.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575A77 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 90 119 -
CMYK 0.27 0.24 0 0.53
HSL 234.38º 0.16% 0.4% -
HSV(B) 234.38º 0.27% 0.47% -
XYZ 10.92 10.67 18.94 -
YUV 92.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 87 90 119 0.27 0.24 0 0.53 234.38 0.16 0.4
Hex 57 5A 77 1B 18 0 35 EA 10 28
Octal 127 132 167 33 30 0 65 352 20 50
Binary 1010111 1011010 1110111 11011 11000 0 110101 11101010 10000 101000

Color Harmonies of #575A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A77

Black with #575A77

Text Example


Text Example

White with #575A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575A77; }

 p { color: rgb(87,90,119); }

 H1.HeaderClassName
 {
   color: #575A77;
 }
 .AnyTagClassName
 {
   color: #575A77;
 }
</style>

background-color css

<style>
 a { background-color: #575A77; }

 a { background-color: rgb(87,90,119); }

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

border-color css

<style>
 span { border-color: #575A77; }

 span { border-color: rgb(87,90,119); }

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