Html Css Color HEX #5A475B Bossanova

📋 copy color: '#5A475B'

red 90 ◦ green 71 ◦ blue 91

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

Shades of Bossanova #5A475B

Tints of Bossanova #5A475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 35.71%
G = 28.17%
B = 36.11%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5A475B (or 0x5A475B) is known color: Bossanova. HEX triplet: 5A, 47 and 5B. RGB value is (90,71,91). Sum of RGB (Red+Green+Blue) = 90+71+91=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A475B is #A5B8A4. Grayscale: #4E4E4E. Windows color (decimal): -10860709 or 5982042. OLE color: 5982042.

HSL color Cylindrical-coordinate representation of color #5A475B: hue angle of 297º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A475B is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 71 91 -
CMYK 0.01 0.22 0 0.64
HSL 297º 0.12% 0.32% -
HSV(B) 297º 0.22% 0.36% -
XYZ 8.36 7.44 10.89 -
YUV 78.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 90 71 91 0.01 0.22 0 0.64 297 0.12 0.32
Hex 5A 47 5B 1 16 0 40 129 C 20
Octal 132 107 133 1 26 0 100 451 14 40
Binary 1011010 1000111 1011011 1 10110 0 1000000 100101001 1100 100000

Color Harmonies of #5A475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A475B

Black with #5A475B

Text Example


Text Example

White with #5A475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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