Html Css Color HEX #584A5F Fedora

📋 copy color: '#584A5F'

red 88 ◦ green 74 ◦ blue 95

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

Shades of Fedora #584A5F

Tints of Fedora #584A5F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 34.24%
G = 28.79%
B = 36.96%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#584A5F (or 0x584A5F) is known color: Fedora. HEX triplet: 58, 4A and 5F. RGB value is (88,74,95). Sum of RGB (Red+Green+Blue) = 88+74+95=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #584A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A5F is #A7B5A0. Grayscale: #505050. Windows color (decimal): -10991009 or 6244952. OLE color: 6244952.

HSL color Cylindrical-coordinate representation of color #584A5F: hue angle of 280º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #584A5F is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 74 95 -
CMYK 0.07 0.22 0 0.63
HSL 280º 0.12% 0.33% -
HSV(B) 280º 0.22% 0.37% -
XYZ 8.54 7.8 11.88 -
YUV 80.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 88 74 95 0.07 0.22 0 0.63 280 0.12 0.33
Hex 58 4A 5F 7 16 0 3F 118 C 21
Octal 130 112 137 7 26 0 77 430 14 41
Binary 1011000 1001010 1011111 111 10110 0 111111 100011000 1100 100001

Color Harmonies of #584A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A5F

Black with #584A5F

Text Example


Text Example

White with #584A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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