Html Css Color HEX #58505A Fedora

📋 copy color: '#58505A'

red 88 ◦ green 80 ◦ blue 90

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

Shades of Fedora #58505A

Tints of Fedora #58505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 34.11%
G = 31.01%
B = 34.88%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58505A (or 0x58505A) is known color: Fedora. HEX triplet: 58, 50 and 5A. RGB value is (88,80,90). Sum of RGB (Red+Green+Blue) = 88+80+90=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #58505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58505A is #A7AFA5. Grayscale: #535353. Windows color (decimal): -10989478 or 5918808. OLE color: 5918808.

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

Color convert

RGB 88 80 90 -
CMYK 0.02 0.11 0 0.65
HSL 288º 0.06% 0.33% -
HSV(B) 288º 0.11% 0.35% -
XYZ 8.74 8.55 10.86 -
YUV 83.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 88 80 90 0.02 0.11 0 0.65 288 0.06 0.33
Hex 58 50 5A 2 B 0 41 120 6 21
Octal 130 120 132 2 13 0 101 440 6 41
Binary 1011000 1010000 1011010 10 1011 0 1000001 100100000 110 100001

Color Harmonies of #58505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58505A

Black with #58505A

Text Example


Text Example

White with #58505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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