Html Css Color HEX #58525B Fedora

📋 copy color: '#58525B'

red 88 ◦ green 82 ◦ blue 91

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

Shades of Fedora #58525B

Tints of Fedora #58525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 33.72%
G = 31.42%
B = 34.87%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58525B (or 0x58525B) is known color: Fedora. HEX triplet: 58, 52 and 5B. RGB value is (88,82,91). Sum of RGB (Red+Green+Blue) = 88+82+91=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #58525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58525B is #A7ADA4. Grayscale: #545454. Windows color (decimal): -10988965 or 5984856. OLE color: 5984856.

HSL color Cylindrical-coordinate representation of color #58525B: hue angle of 280º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58525B is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 82 91 -
CMYK 0.03 0.10 0 0.64
HSL 280º 0.05% 0.34% -
HSV(B) 280º 0.1% 0.36% -
XYZ 8.93 8.86 11.14 -
YUV 84.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 88 82 91 0.03 0.10 0 0.64 280 0.05 0.34
Hex 58 52 5B 3 A 0 40 118 5 22
Octal 130 122 133 3 12 0 100 430 5 42
Binary 1011000 1010010 1011011 11 1010 0 1000000 100011000 101 100010

Color Harmonies of #58525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58525B

Black with #58525B

Text Example


Text Example

White with #58525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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