Html Css Color HEX #575771 Comet

📋 copy color: '#575771'

red 87 ◦ green 87 ◦ blue 113

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

Shades of Comet #575771

Tints of Comet #575771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 30.31%
G = 30.31%
B = 39.37%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575771 (or 0x575771) is known color: Comet. HEX triplet: 57, 57 and 71. RGB value is (87,87,113). Sum of RGB (Red+Green+Blue) = 87+87+113=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #575771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575771 is #A8A88E. Grayscale: #595959. Windows color (decimal): -11053199 or 7427927. OLE color: 7427927.

HSL color Cylindrical-coordinate representation of color #575771: hue angle of 240º 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 #575771 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 87 113 -
CMYK 0.23 0.23 0 0.56
HSL 240º 0.13% 0.39% -
HSV(B) 240º 0.23% 0.44% -
XYZ 10.32 10.03 17.02 -
YUV 89.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 87 87 113 0.23 0.23 0 0.56 240 0.13 0.39
Hex 57 57 71 17 17 0 38 F0 D 27
Octal 127 127 161 27 27 0 70 360 15 47
Binary 1010111 1010111 1110001 10111 10111 0 111000 11110000 1101 100111

Color Harmonies of #575771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575771

Black with #575771

Text Example


Text Example

White with #575771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575771; }

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

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

background-color css

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

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

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

border-color css

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

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

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