Html Css Color HEX #575158 Fedora

📋 copy color: '#575158'

red 87 ◦ green 81 ◦ blue 88

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

Shades of Fedora #575158

Tints of Fedora #575158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.38%

R = 33.98%
G = 31.64%
B = 34.38%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#575158 (or 0x575158) is known color: Fedora. HEX triplet: 57, 51 and 58. RGB value is (87,81,88). Sum of RGB (Red+Green+Blue) = 87+81+88=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: blue. Hex color #575158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575158 is #A8AEA7. Grayscale: #535353. Windows color (decimal): -11054760 or 5787991. OLE color: 5787991.

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

Color convert

RGB 87 81 88 -
CMYK 0.01 0.08 0 0.65
HSL 291.43º 0.04% 0.33% -
HSV(B) 291.43º 0.08% 0.35% -
XYZ 8.63 8.62 10.44 -
YUV 83.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 87 81 88 0.01 0.08 0 0.65 291.43 0.04 0.33
Hex 57 51 58 1 8 0 41 123 4 21
Octal 127 121 130 1 10 0 101 443 4 41
Binary 1010111 1010001 1011000 1 1000 0 1000001 100100011 100 100001

Color Harmonies of #575158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575158

Black with #575158

Text Example


Text Example

White with #575158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575158; }

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

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

background-color css

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

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

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

border-color css

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

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

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