Html Css Color HEX #575259 Fedora

📋 copy color: '#575259'

red 87 ◦ green 82 ◦ blue 89

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

Shades of Fedora #575259

Tints of Fedora #575259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

 BLUE value IS 89 (35.16% from 255) = 34.5%

R = 33.72%
G = 31.78%
B = 34.5%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#575259 (or 0x575259) is known color: Fedora. HEX triplet: 57, 52 and 59. RGB value is (87,82,89). Sum of RGB (Red+Green+Blue) = 87+82+89=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: blue. Hex color #575259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575259 is #A8ADA6. Grayscale: #545454. Windows color (decimal): -11054503 or 5853783. OLE color: 5853783.

HSL color Cylindrical-coordinate representation of color #575259: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575259 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 82 89 -
CMYK 0.02 0.08 0 0.65
HSL 282.86º 0.04% 0.34% -
HSV(B) 282.86º 0.08% 0.35% -
XYZ 8.75 8.78 10.69 -
YUV 84.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 87 82 89 0.02 0.08 0 0.65 282.86 0.04 0.34
Hex 57 52 59 2 8 0 41 11B 4 22
Octal 127 122 131 2 10 0 101 433 4 42
Binary 1010111 1010010 1011001 10 1000 0 1000001 100011011 100 100010

Color Harmonies of #575259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575259

Black with #575259

Text Example


Text Example

White with #575259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575259; }

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

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

background-color css

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

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

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

border-color css

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

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

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