Html Css Color HEX #585258 Fedora

📋 copy color: '#585258'

red 88 ◦ green 82 ◦ blue 88

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

Shades of Fedora #585258

Tints of Fedora #585258

RGB

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

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

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

R = 34.11%
G = 31.78%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#585258 (or 0x585258) is known color: Fedora. HEX triplet: 58, 52 and 58. RGB value is (88,82,88). Sum of RGB (Red+Green+Blue) = 88+82+88=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585258 is #A7ADA7. Grayscale: #545454. Windows color (decimal): -10988968 or 5788248. OLE color: 5788248.

HSL color Cylindrical-coordinate representation of color #585258: 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.07%. Process color model (Four color, CMYK) of #585258 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 88 -
CMYK 0 0.07 0 0.65
HSL 300º 0.04% 0.33% -
HSV(B) 300º 0.07% 0.35% -
XYZ 8.8 8.81 10.47 -
YUV 84.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 88 82 88 0 0.07 0 0.65 300 0.04 0.33
Hex 58 52 58 0 7 0 41 12C 4 21
Octal 130 122 130 0 7 0 101 454 4 41
Binary 1011000 1010010 1011000 0 111 0 1000001 100101100 100 100001

Color Harmonies of #585258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585258

Black with #585258

Text Example


Text Example

White with #585258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585258; }

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

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

background-color css

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

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

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

border-color css

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

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

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