Html Css Color HEX #584F5B Fedora

📋 copy color: '#584F5B'

red 88 ◦ green 79 ◦ blue 91

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

Shades of Fedora #584F5B

Tints of Fedora #584F5B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 34.11%
G = 30.62%
B = 35.27%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#584F5B (or 0x584F5B) is known color: Fedora. HEX triplet: 58, 4F and 5B. RGB value is (88,79,91). Sum of RGB (Red+Green+Blue) = 88+79+91=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 91 - color contains mainly: blue. Hex color #584F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F5B is #A7B0A4. Grayscale: #535353. Windows color (decimal): -10989733 or 5984088. OLE color: 5984088.

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

Color convert

RGB 88 79 91 -
CMYK 0.03 0.13 0 0.64
HSL 285º 0.07% 0.33% -
HSV(B) 285º 0.13% 0.36% -
XYZ 8.71 8.42 11.06 -
YUV 83.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 88 79 91 0.03 0.13 0 0.64 285 0.07 0.33
Hex 58 4F 5B 3 D 0 40 11D 7 21
Octal 130 117 133 3 15 0 100 435 7 41
Binary 1011000 1001111 1011011 11 1101 0 1000000 100011101 111 100001

Color Harmonies of #584F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F5B

Black with #584F5B

Text Example


Text Example

White with #584F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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