Html Css Color HEX #575977 Comet

📋 copy color: '#575977'

red 87 ◦ green 89 ◦ blue 119

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

Shades of Comet #575977

Tints of Comet #575977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 29.49%
G = 30.17%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575977 (or 0x575977) is known color: Comet. HEX triplet: 57, 59 and 77. RGB value is (87,89,119). Sum of RGB (Red+Green+Blue) = 87+89+119=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #575977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575977 is #A8A688. Grayscale: #5B5B5B. Windows color (decimal): -11052681 or 7821655. OLE color: 7821655.

HSL color Cylindrical-coordinate representation of color #575977: hue angle of 236.25º 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 #575977 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 89 119 -
CMYK 0.27 0.25 0 0.53
HSL 236.25º 0.16% 0.4% -
HSV(B) 236.25º 0.27% 0.47% -
XYZ 10.83 10.5 18.91 -
YUV 91.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 87 89 119 0.27 0.25 0 0.53 236.25 0.16 0.4
Hex 57 59 77 1B 19 0 35 EC 10 28
Octal 127 131 167 33 31 0 65 354 20 50
Binary 1010111 1011001 1110111 11011 11001 0 110101 11101100 10000 101000

Color Harmonies of #575977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575977

Black with #575977

Text Example


Text Example

White with #575977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575977; }

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

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

background-color css

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

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

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

border-color css

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

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

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