Html Css Color HEX #575576 Comet

📋 copy color: '#575576'

red 87 ◦ green 85 ◦ blue 118

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

Shades of Comet #575576

Tints of Comet #575576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.69%

R = 30%
G = 29.31%
B = 40.69%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575576 (or 0x575576) is known color: Comet. HEX triplet: 57, 55 and 76. RGB value is (87,85,118). Sum of RGB (Red+Green+Blue) = 87+85+118=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #575576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575576 is #A8AA89. Grayscale: #595959. Windows color (decimal): -11053706 or 7755095. OLE color: 7755095.

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

Color convert

RGB 87 85 118 -
CMYK 0.26 0.28 0 0.54
HSL 243.64º 0.16% 0.4% -
HSV(B) 243.64º 0.28% 0.46% -
XYZ 10.45 9.83 18.49 -
YUV 89.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 87 85 118 0.26 0.28 0 0.54 243.64 0.16 0.4
Hex 57 55 76 1A 1C 0 36 F4 10 28
Octal 127 125 166 32 34 0 66 364 20 50
Binary 1010111 1010101 1110110 11010 11100 0 110110 11110100 10000 101000

Color Harmonies of #575576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575576

Black with #575576

Text Example


Text Example

White with #575576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575576; }

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

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

background-color css

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

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

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

border-color css

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

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

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