Html Css Color HEX #584C59 Fedora

📋 copy color: '#584C59'

red 88 ◦ green 76 ◦ blue 89

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

Shades of Fedora #584C59

Tints of Fedora #584C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.04%

 BLUE value IS 89 (35.16% from 255) = 35.18%

R = 34.78%
G = 30.04%
B = 35.18%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#584C59 (or 0x584C59) is known color: Fedora. HEX triplet: 58, 4C and 59. RGB value is (88,76,89). Sum of RGB (Red+Green+Blue) = 88+76+89=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #584C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584C59 is #A7B3A6. Grayscale: #515151. Windows color (decimal): -10990503 or 5852248. OLE color: 5852248.

HSL color Cylindrical-coordinate representation of color #584C59: hue angle of 295.38º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #584C59 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 76 89 -
CMYK 0.01 0.15 0 0.65
HSL 295.38º 0.08% 0.32% -
HSV(B) 295.38º 0.15% 0.35% -
XYZ 8.41 7.96 10.55 -
YUV 81.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 88 76 89 0.01 0.15 0 0.65 295.38 0.08 0.32
Hex 58 4C 59 1 F 0 41 127 8 20
Octal 130 114 131 1 17 0 101 447 10 40
Binary 1011000 1001100 1011001 1 1111 0 1000001 100100111 1000 100000

Color Harmonies of #584C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C59

Black with #584C59

Text Example


Text Example

White with #584C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,76,89); }

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

background-color css

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

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

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

border-color css

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

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

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