Html Css Color HEX #58465D Fedora

📋 copy color: '#58465D'

red 88 ◦ green 70 ◦ blue 93

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

Shades of Fedora #58465D

Tints of Fedora #58465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 35.06%
G = 27.89%
B = 37.05%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58465D (or 0x58465D) is known color: Fedora. HEX triplet: 58, 46 and 5D. RGB value is (88,70,93). Sum of RGB (Red+Green+Blue) = 88+70+93=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #58465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58465D is #A7B9A2. Grayscale: #4D4D4D. Windows color (decimal): -10992035 or 6112856. OLE color: 6112856.

HSL color Cylindrical-coordinate representation of color #58465D: hue angle of 286.96º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58465D is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 70 93 -
CMYK 0.05 0.25 0 0.64
HSL 286.96º 0.14% 0.32% -
HSV(B) 286.96º 0.25% 0.36% -
XYZ 8.19 7.25 11.32 -
YUV 78 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 88 70 93 0.05 0.25 0 0.64 286.96 0.14 0.32
Hex 58 46 5D 5 19 0 40 11F E 20
Octal 130 106 135 5 31 0 100 437 16 40
Binary 1011000 1000110 1011101 101 11001 0 1000000 100011111 1110 100000

Color Harmonies of #58465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58465D

Black with #58465D

Text Example


Text Example

White with #58465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58465D; }

 p { color: rgb(88,70,93); }

 H1.HeaderClassName
 {
   color: #58465D;
 }
 .AnyTagClassName
 {
   color: #58465D;
 }
</style>

background-color css

<style>
 a { background-color: #58465D; }

 a { background-color: rgb(88,70,93); }

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

border-color css

<style>
 span { border-color: #58465D; }

 span { border-color: rgb(88,70,93); }

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