Html Css Color HEX #575159 Fedora

📋 copy color: '#575159'

red 87 ◦ green 81 ◦ blue 89

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

Shades of Fedora #575159

Tints of Fedora #575159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.52%

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

R = 33.85%
G = 31.52%
B = 34.63%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#575159 (or 0x575159) is known color: Fedora. HEX triplet: 57, 51 and 59. RGB value is (87,81,89). Sum of RGB (Red+Green+Blue) = 87+81+89=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #575159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575159 is #A8AEA6. Grayscale: #535353. Windows color (decimal): -11054759 or 5853527. OLE color: 5853527.

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

Color convert

RGB 87 81 89 -
CMYK 0.02 0.09 0 0.65
HSL 285º 0.05% 0.33% -
HSV(B) 285º 0.09% 0.35% -
XYZ 8.68 8.63 10.66 -
YUV 83.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 87 81 89 0.02 0.09 0 0.65 285 0.05 0.33
Hex 57 51 59 2 9 0 41 11D 5 21
Octal 127 121 131 2 11 0 101 435 5 41
Binary 1010111 1010001 1011001 10 1001 0 1000001 100011101 101 100001

Color Harmonies of #575159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575159

Black with #575159

Text Example


Text Example

White with #575159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575159; }

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

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

background-color css

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

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

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

border-color css

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

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

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