Html Css Color HEX #575575 Comet

📋 copy color: '#575575'

red 87 ◦ green 85 ◦ blue 117

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

Shades of Comet #575575

Tints of Comet #575575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 30.1%
G = 29.41%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575575 (or 0x575575) is known color: Comet. HEX triplet: 57, 55 and 75. RGB value is (87,85,117). Sum of RGB (Red+Green+Blue) = 87+85+117=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #575575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575575 is #A8AA8A. Grayscale: #595959. Windows color (decimal): -11053707 or 7689559. OLE color: 7689559.

HSL color Cylindrical-coordinate representation of color #575575: hue angle of 243.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575575 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 85 117 -
CMYK 0.26 0.27 0 0.54
HSL 243.75º 0.16% 0.4% -
HSV(B) 243.75º 0.27% 0.46% -
XYZ 10.39 9.81 18.18 -
YUV 89.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 87 85 117 0.26 0.27 0 0.54 243.75 0.16 0.4
Hex 57 55 75 1A 1B 0 36 F4 10 28
Octal 127 125 165 32 33 0 66 364 20 50
Binary 1010111 1010101 1110101 11010 11011 0 110110 11110100 10000 101000

Color Harmonies of #575575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575575

Black with #575575

Text Example


Text Example

White with #575575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575575; }

 p { color: rgb(87,85,117); }

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

background-color css

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

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

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

border-color css

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

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

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