Html Css Color HEX #58545A Fedora

📋 copy color: '#58545A'

red 88 ◦ green 84 ◦ blue 90

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

Shades of Fedora #58545A

Tints of Fedora #58545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

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

R = 33.59%
G = 32.06%
B = 34.35%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58545A (or 0x58545A) is known color: Fedora. HEX triplet: 58, 54 and 5A. RGB value is (88,84,90). Sum of RGB (Red+Green+Blue) = 88+84+90=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #58545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58545A is #A7ABA5. Grayscale: #555555. Windows color (decimal): -10988454 or 5919832. OLE color: 5919832.

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

Color convert

RGB 88 84 90 -
CMYK 0.02 0.07 0 0.65
HSL 280º 0.03% 0.34% -
HSV(B) 280º 0.07% 0.35% -
XYZ 9.04 9.15 10.96 -
YUV 85.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 88 84 90 0.02 0.07 0 0.65 280 0.03 0.34
Hex 58 54 5A 2 7 0 41 118 3 22
Octal 130 124 132 2 7 0 101 430 3 42
Binary 1011000 1010100 1011010 10 111 0 1000001 100011000 11 100010

Color Harmonies of #58545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58545A

Black with #58545A

Text Example


Text Example

White with #58545A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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