Html Css Color HEX #5A475A Bossanova

📋 copy color: '#5A475A'

red 90 ◦ green 71 ◦ blue 90

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

Shades of Bossanova #5A475A

Tints of Bossanova #5A475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 35.86%
G = 28.29%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#5A475A (or 0x5A475A) is known color: Bossanova. HEX triplet: 5A, 47 and 5A. RGB value is (90,71,90). Sum of RGB (Red+Green+Blue) = 90+71+90=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A475A is #A5B8A5. Grayscale: #4E4E4E. Windows color (decimal): -10860710 or 5916506. OLE color: 5916506.

HSL color Cylindrical-coordinate representation of color #5A475A: hue angle of 300º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A475A is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 71 90 -
CMYK 0 0.21 0 0.65
HSL 300º 0.12% 0.32% -
HSV(B) 300º 0.21% 0.35% -
XYZ 8.32 7.42 10.67 -
YUV 78.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 90 71 90 0 0.21 0 0.65 300 0.12 0.32
Hex 5A 47 5A 0 15 0 41 12C C 20
Octal 132 107 132 0 25 0 101 454 14 40
Binary 1011010 1000111 1011010 0 10101 0 1000001 100101100 1100 100000

Color Harmonies of #5A475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A475A

Black with #5A475A

Text Example


Text Example

White with #5A475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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