Html Css Color HEX #584E58 Fedora

📋 copy color: '#584E58'

red 88 ◦ green 78 ◦ blue 88

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

Shades of Fedora #584E58

Tints of Fedora #584E58

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 34.65%
G = 30.71%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#584E58 (or 0x584E58) is known color: Fedora. HEX triplet: 58, 4E and 58. RGB value is (88,78,88). Sum of RGB (Red+Green+Blue) = 88+78+88=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #584E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E58 is #A7B1A7. Grayscale: #525252. Windows color (decimal): -10989992 or 5787224. OLE color: 5787224.

HSL color Cylindrical-coordinate representation of color #584E58: hue angle of 300º 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 #584E58 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 78 88 -
CMYK 0 0.11 0 0.65
HSL 300º 0.06% 0.33% -
HSV(B) 300º 0.11% 0.35% -
XYZ 8.51 8.23 10.37 -
YUV 82.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 88 78 88 0 0.11 0 0.65 300 0.06 0.33
Hex 58 4E 58 0 B 0 41 12C 6 21
Octal 130 116 130 0 13 0 101 454 6 41
Binary 1011000 1001110 1011000 0 1011 0 1000001 100101100 110 100001

Color Harmonies of #584E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E58

Black with #584E58

Text Example


Text Example

White with #584E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584E58; }

 p { color: rgb(88,78,88); }

 H1.HeaderClassName
 {
   color: #584E58;
 }
 .AnyTagClassName
 {
   color: #584E58;
 }
</style>

background-color css

<style>
 a { background-color: #584E58; }

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

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

border-color css

<style>
 span { border-color: #584E58; }

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

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