Html Css Color HEX #58515C Fedora

📋 copy color: '#58515C'

red 88 ◦ green 81 ◦ blue 92

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

Shades of Fedora #58515C

Tints of Fedora #58515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 33.72%
G = 31.03%
B = 35.25%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58515C (or 0x58515C) is known color: Fedora. HEX triplet: 58, 51 and 5C. RGB value is (88,81,92). Sum of RGB (Red+Green+Blue) = 88+81+92=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 92 - color contains mainly: blue. Hex color #58515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58515C is #A7AEA3. Grayscale: #545454. Windows color (decimal): -10989220 or 6050136. OLE color: 6050136.

HSL color Cylindrical-coordinate representation of color #58515C: hue angle of 278.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58515C is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 81 92 -
CMYK 0.04 0.12 0 0.64
HSL 278.18º 0.06% 0.34% -
HSV(B) 278.18º 0.12% 0.36% -
XYZ 8.9 8.73 11.34 -
YUV 84.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 88 81 92 0.04 0.12 0 0.64 278.18 0.06 0.34
Hex 58 51 5C 4 C 0 40 116 6 22
Octal 130 121 134 4 14 0 100 426 6 42
Binary 1011000 1010001 1011100 100 1100 0 1000000 100010110 110 100010

Color Harmonies of #58515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58515C

Black with #58515C

Text Example


Text Example

White with #58515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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