Html Css Color HEX #58455D Fedora

📋 copy color: '#58455D'

red 88 ◦ green 69 ◦ blue 93

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

Shades of Fedora #58455D

Tints of Fedora #58455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 35.2%
G = 27.6%
B = 37.2%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58455D (or 0x58455D) is known color: Fedora. HEX triplet: 58, 45 and 5D. RGB value is (88,69,93). Sum of RGB (Red+Green+Blue) = 88+69+93=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #58455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58455D is #A7BAA2. Grayscale: #4D4D4D. Windows color (decimal): -10992291 or 6112600. OLE color: 6112600.

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

Color convert

RGB 88 69 93 -
CMYK 0.05 0.26 0 0.64
HSL 287.5º 0.15% 0.32% -
HSV(B) 287.5º 0.26% 0.36% -
XYZ 8.13 7.12 11.3 -
YUV 77.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 88 69 93 0.05 0.26 0 0.64 287.5 0.15 0.32
Hex 58 45 5D 5 1A 0 40 120 F 20
Octal 130 105 135 5 32 0 100 440 17 40
Binary 1011000 1000101 1011101 101 11010 0 1000000 100100000 1111 100000

Color Harmonies of #58455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58455D

Black with #58455D

Text Example


Text Example

White with #58455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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