Html Css Color HEX #575971 Comet

📋 copy color: '#575971'

red 87 ◦ green 89 ◦ blue 113

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

Shades of Comet #575971

Tints of Comet #575971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 30.1%
G = 30.8%
B = 39.1%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575971 (or 0x575971) is known color: Comet. HEX triplet: 57, 59 and 71. RGB value is (87,89,113). Sum of RGB (Red+Green+Blue) = 87+89+113=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #575971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575971 is #A8A68E. Grayscale: #5B5B5B. Windows color (decimal): -11052687 or 7428439. OLE color: 7428439.

HSL color Cylindrical-coordinate representation of color #575971: hue angle of 235.38º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575971 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 89 113 -
CMYK 0.23 0.21 0 0.56
HSL 235.38º 0.13% 0.39% -
HSV(B) 235.38º 0.23% 0.44% -
XYZ 10.48 10.36 17.07 -
YUV 91.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 87 89 113 0.23 0.21 0 0.56 235.38 0.13 0.39
Hex 57 59 71 17 15 0 38 EB D 27
Octal 127 131 161 27 25 0 70 353 15 47
Binary 1010111 1011001 1110001 10111 10101 0 111000 11101011 1101 100111

Color Harmonies of #575971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575971

Black with #575971

Text Example


Text Example

White with #575971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575971; }

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

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

background-color css

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

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

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

border-color css

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

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

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