#584A5B

Color #584A5B Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #584A5B

Tints of Fedora #584A5B

Color information

#584A5B (or 0x584A5B) is unknown color: approx Fedora. HEX triplet: 58, 4A and 5B. RGB value is (88,74,91). Sum of RGB (Red+Green+Blue) = 88+74+91=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #584A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A5B is #A7B5A4. Grayscale: #505050. Windows color (decimal): -10991013 or 5982808. OLE color: 5982808.

HSL color Cylindrical-coordinate representation of color #584A5B: hue angle of 289.41º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #584A5B is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB887491-
CMYK0.030.1900.64
HSL289.41º10.3%32.35%-
HSV(B)289.41º18.68%35.69%-
XYZ8.367.7310.95-
YUV80.12134.14133.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=34.78%
G=29.25%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8874910.030.1900.64289.4110.332.35
Hex584A5B313040121a20
Octal13011213332301004411240
Binary1011000100101010110111110011010000001001000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,74,91); }

 H1.HeaderClassName
 {
   color: #584A5B;
 }
 .AnyTagClassName
 {
   color: #584A5B;
 }
</style>
background-color css

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

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

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

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

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

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