Html Css Color HEX #5A4960 Fedora

📋 copy color: '#5A4960'

red 90 ◦ green 73 ◦ blue 96

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

Shades of Fedora #5A4960

Tints of Fedora #5A4960

RGB

 RED value IS 90 (35.55% from 255) = 34.75%

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 96 (37.89% from 255) = 37.07%

R = 34.75%
G = 28.19%
B = 37.07%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A4960 (or 0x5A4960) is known color: Fedora. HEX triplet: 5A, 49 and 60. RGB value is (90,73,96). Sum of RGB (Red+Green+Blue) = 90+73+96=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A4960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4960 is #A5B69F. Grayscale: #505050. Windows color (decimal): -10860192 or 6310234. OLE color: 6310234.

HSL color Cylindrical-coordinate representation of color #5A4960: hue angle of 284.35º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A4960 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 73 96 -
CMYK 0.06 0.24 0 0.62
HSL 284.35º 0.14% 0.33% -
HSV(B) 284.35º 0.24% 0.38% -
XYZ 8.71 7.78 12.11 -
YUV 80.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 90 73 96 0.06 0.24 0 0.62 284.35 0.14 0.33
Hex 5A 49 60 6 18 0 3E 11C E 21
Octal 132 111 140 6 30 0 76 434 16 41
Binary 1011010 1001001 1100000 110 11000 0 111110 100011100 1110 100001

Color Harmonies of #5A4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4960

Black with #5A4960

Text Example


Text Example

White with #5A4960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4960; }

 p { color: rgb(90,73,96); }

 H1.HeaderClassName
 {
   color: #5A4960;
 }
 .AnyTagClassName
 {
   color: #5A4960;
 }
</style>

background-color css

<style>
 a { background-color: #5A4960; }

 a { background-color: rgb(90,73,96); }

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

border-color css

<style>
 span { border-color: #5A4960; }

 span { border-color: rgb(90,73,96); }

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