Html Css Color HEX #5A4760 Fedora

📋 copy color: '#5A4760'

red 90 ◦ green 71 ◦ blue 96

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

Shades of Fedora #5A4760

Tints of Fedora #5A4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 35.02%
G = 27.63%
B = 37.35%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A4760 (or 0x5A4760) is known color: Fedora. HEX triplet: 5A, 47 and 60. RGB value is (90,71,96). Sum of RGB (Red+Green+Blue) = 90+71+96=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A4760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4760 is #A5B89F. Grayscale: #4F4F4F. Windows color (decimal): -10860704 or 6309722. OLE color: 6309722.

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

Color convert

RGB 90 71 96 -
CMYK 0.06 0.26 0 0.62
HSL 285.6º 0.15% 0.33% -
HSV(B) 285.6º 0.26% 0.38% -
XYZ 8.58 7.52 12.07 -
YUV 79.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 90 71 96 0.06 0.26 0 0.62 285.6 0.15 0.33
Hex 5A 47 60 6 1A 0 3E 11E F 21
Octal 132 107 140 6 32 0 76 436 17 41
Binary 1011010 1000111 1100000 110 11010 0 111110 100011110 1111 100001

Color Harmonies of #5A4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4760

Black with #5A4760

Text Example


Text Example

White with #5A4760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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