Html Css Color HEX #58475E Fedora

📋 copy color: '#58475E'

red 88 ◦ green 71 ◦ blue 94

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

Shades of Fedora #58475E

Tints of Fedora #58475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 34.78%
G = 28.06%
B = 37.15%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58475E (or 0x58475E) is known color: Fedora. HEX triplet: 58, 47 and 5E. RGB value is (88,71,94). Sum of RGB (Red+Green+Blue) = 88+71+94=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #58475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58475E is #A7B8A1. Grayscale: #4E4E4E. Windows color (decimal): -10991778 or 6178648. OLE color: 6178648.

HSL color Cylindrical-coordinate representation of color #58475E: hue angle of 284.35º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58475E is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 71 94 -
CMYK 0.06 0.24 0 0.63
HSL 284.35º 0.14% 0.32% -
HSV(B) 284.35º 0.24% 0.37% -
XYZ 8.3 7.39 11.58 -
YUV 78.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 88 71 94 0.06 0.24 0 0.63 284.35 0.14 0.32
Hex 58 47 5E 6 18 0 3F 11C E 20
Octal 130 107 136 6 30 0 77 434 16 40
Binary 1011000 1000111 1011110 110 11000 0 111111 100011100 1110 100000

Color Harmonies of #58475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58475E

Black with #58475E

Text Example


Text Example

White with #58475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58475E; }

 p { color: rgb(88,71,94); }

 H1.HeaderClassName
 {
   color: #58475E;
 }
 .AnyTagClassName
 {
   color: #58475E;
 }
</style>

background-color css

<style>
 a { background-color: #58475E; }

 a { background-color: rgb(88,71,94); }

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

border-color css

<style>
 span { border-color: #58475E; }

 span { border-color: rgb(88,71,94); }

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