Html Css Color HEX #58525A Fedora

📋 copy color: '#58525A'

red 88 ◦ green 82 ◦ blue 90

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

Shades of Fedora #58525A

Tints of Fedora #58525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 33.85%
G = 31.54%
B = 34.62%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58525A (or 0x58525A) is known color: Fedora. HEX triplet: 58, 52 and 5A. RGB value is (88,82,90). Sum of RGB (Red+Green+Blue) = 88+82+90=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #58525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58525A is #A7ADA5. Grayscale: #545454. Windows color (decimal): -10988966 or 5919320. OLE color: 5919320.

HSL color Cylindrical-coordinate representation of color #58525A: hue angle of 285º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #58525A is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 90 -
CMYK 0.02 0.09 0 0.65
HSL 285º 0.05% 0.34% -
HSV(B) 285º 0.09% 0.35% -
XYZ 8.89 8.85 10.91 -
YUV 84.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 88 82 90 0.02 0.09 0 0.65 285 0.05 0.34
Hex 58 52 5A 2 9 0 41 11D 5 22
Octal 130 122 132 2 11 0 101 435 5 42
Binary 1011000 1010010 1011010 10 1001 0 1000001 100011101 101 100010

Color Harmonies of #58525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58525A

Black with #58525A

Text Example


Text Example

White with #58525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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