Html Css Color HEX #585158 Fedora

📋 copy color: '#585158'

red 88 ◦ green 81 ◦ blue 88

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

Shades of Fedora #585158

Tints of Fedora #585158

RGB

 RED value IS 88 (34.77% from 255) = 34.24%

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

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

R = 34.24%
G = 31.52%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#585158 (or 0x585158) is known color: Fedora. HEX triplet: 58, 51 and 58. RGB value is (88,81,88). Sum of RGB (Red+Green+Blue) = 88+81+88=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585158 is #A7AEA7. Grayscale: #535353. Windows color (decimal): -10989224 or 5787992. OLE color: 5787992.

HSL color Cylindrical-coordinate representation of color #585158: hue angle of 300º 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 #585158 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 88 -
CMYK 0 0.08 0 0.65
HSL 300º 0.04% 0.33% -
HSV(B) 300º 0.08% 0.35% -
XYZ 8.73 8.66 10.44 -
YUV 83.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 88 81 88 0 0.08 0 0.65 300 0.04 0.33
Hex 58 51 58 0 8 0 41 12C 4 21
Octal 130 121 130 0 10 0 101 454 4 41
Binary 1011000 1010001 1011000 0 1000 0 1000001 100101100 100 100001

Color Harmonies of #585158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585158

Black with #585158

Text Example


Text Example

White with #585158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585158; }

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

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

background-color css

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

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

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

border-color css

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

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

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