Html Css Color HEX #5A425B Bossanova

📋 copy color: '#5A425B'

red 90 ◦ green 66 ◦ blue 91

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

Shades of Bossanova #5A425B

Tints of Bossanova #5A425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 36.44%
G = 26.72%
B = 36.84%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5A425B (or 0x5A425B) is known color: Bossanova. HEX triplet: 5A, 42 and 5B. RGB value is (90,66,91). Sum of RGB (Red+Green+Blue) = 90+66+91=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A425B is #A5BDA4. Grayscale: #4B4B4B. Windows color (decimal): -10861989 or 5980762. OLE color: 5980762.

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

Color convert

RGB 90 66 91 -
CMYK 0.01 0.27 0 0.64
HSL 297.6º 0.16% 0.31% -
HSV(B) 297.6º 0.27% 0.36% -
XYZ 8.05 6.83 10.79 -
YUV 76.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 90 66 91 0.01 0.27 0 0.64 297.6 0.16 0.31
Hex 5A 42 5B 1 1B 0 40 12A 10 1F
Octal 132 102 133 1 33 0 100 452 20 37
Binary 1011010 1000010 1011011 1 11011 0 1000000 100101010 10000 11111

Color Harmonies of #5A425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A425B

Black with #5A425B

Text Example


Text Example

White with #5A425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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