Html Css Color HEX #58535A Fedora

📋 copy color: '#58535A'

red 88 ◦ green 83 ◦ blue 90

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

Shades of Fedora #58535A

Tints of Fedora #58535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

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

R = 33.72%
G = 31.8%
B = 34.48%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58535A (or 0x58535A) is known color: Fedora. HEX triplet: 58, 53 and 5A. RGB value is (88,83,90). Sum of RGB (Red+Green+Blue) = 88+83+90=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #58535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58535A is #A7ACA5. Grayscale: #555555. Windows color (decimal): -10988710 or 5919576. OLE color: 5919576.

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

Color convert

RGB 88 83 90 -
CMYK 0.02 0.08 0 0.65
HSL 282.86º 0.04% 0.34% -
HSV(B) 282.86º 0.08% 0.35% -
XYZ 8.96 9 10.94 -
YUV 85.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 88 83 90 0.02 0.08 0 0.65 282.86 0.04 0.34
Hex 58 53 5A 2 8 0 41 11B 4 22
Octal 130 123 132 2 10 0 101 433 4 42
Binary 1011000 1010011 1011010 10 1000 0 1000001 100011011 100 100010

Color Harmonies of #58535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58535A

Black with #58535A

Text Example


Text Example

White with #58535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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