Html Css Color HEX #575359 Fedora

📋 copy color: '#575359'

red 87 ◦ green 83 ◦ blue 89

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

Shades of Fedora #575359

Tints of Fedora #575359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 33.59%
G = 32.05%
B = 34.36%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#575359 (or 0x575359) is known color: Fedora. HEX triplet: 57, 53 and 59. RGB value is (87,83,89). Sum of RGB (Red+Green+Blue) = 87+83+89=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 89 - color contains mainly: blue. Hex color #575359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575359 is #A8ACA6. Grayscale: #545454. Windows color (decimal): -11054247 or 5854039. OLE color: 5854039.

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

Color convert

RGB 87 83 89 -
CMYK 0.02 0.07 0 0.65
HSL 280º 0.03% 0.34% -
HSV(B) 280º 0.07% 0.35% -
XYZ 8.83 8.93 10.71 -
YUV 84.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 87 83 89 0.02 0.07 0 0.65 280 0.03 0.34
Hex 57 53 59 2 7 0 41 118 3 22
Octal 127 123 131 2 7 0 101 430 3 42
Binary 1010111 1010011 1011001 10 111 0 1000001 100011000 11 100010

Color Harmonies of #575359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575359

Black with #575359

Text Example


Text Example

White with #575359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575359; }

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

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

background-color css

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

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

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

border-color css

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

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

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