Html Css Color HEX #584F5C Fedora

📋 copy color: '#584F5C'

red 88 ◦ green 79 ◦ blue 92

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

Shades of Fedora #584F5C

Tints of Fedora #584F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 33.98%
G = 30.5%
B = 35.52%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#584F5C (or 0x584F5C) is known color: Fedora. HEX triplet: 58, 4F and 5C. RGB value is (88,79,92). Sum of RGB (Red+Green+Blue) = 88+79+92=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #584F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F5C is #A7B0A3. Grayscale: #535353. Windows color (decimal): -10989732 or 6049624. OLE color: 6049624.

HSL color Cylindrical-coordinate representation of color #584F5C: hue angle of 281.54º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #584F5C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 79 92 -
CMYK 0.04 0.14 0 0.64
HSL 281.54º 0.08% 0.34% -
HSV(B) 281.54º 0.14% 0.36% -
XYZ 8.75 8.44 11.29 -
YUV 83.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 88 79 92 0.04 0.14 0 0.64 281.54 0.08 0.34
Hex 58 4F 5C 4 E 0 40 11A 8 22
Octal 130 117 134 4 16 0 100 432 10 42
Binary 1011000 1001111 1011100 100 1110 0 1000000 100011010 1000 100010

Color Harmonies of #584F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F5C

Black with #584F5C

Text Example


Text Example

White with #584F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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