Html Css Color HEX #59415A Bossanova

📋 copy color: '#59415A'

red 89 ◦ green 65 ◦ blue 90

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

Shades of Bossanova #59415A

Tints of Bossanova #59415A

RGB

 RED value IS 89 (35.16% from 255) = 36.48%

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 36.48%
G = 26.64%
B = 36.89%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59415A (or 0x59415A) is known color: Bossanova. HEX triplet: 59, 41 and 5A. RGB value is (89,65,90). Sum of RGB (Red+Green+Blue) = 89+65+90=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #59415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59415A is #A6BEA5. Grayscale: #4A4A4A. Windows color (decimal): -10927782 or 5914969. OLE color: 5914969.

HSL color Cylindrical-coordinate representation of color #59415A: hue angle of 297.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59415A is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 65 90 -
CMYK 0.01 0.28 0 0.65
HSL 297.6º 0.16% 0.3% -
HSV(B) 297.6º 0.28% 0.35% -
XYZ 7.86 6.64 10.54 -
YUV 75.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 89 65 90 0.01 0.28 0 0.65 297.6 0.16 0.3
Hex 59 41 5A 1 1C 0 41 12A 10 1E
Octal 131 101 132 1 34 0 101 452 20 36
Binary 1011001 1000001 1011010 1 11100 0 1000001 100101010 10000 11110

Color Harmonies of #59415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59415A

Black with #59415A

Text Example


Text Example

White with #59415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59415A; }

 p { color: rgb(89,65,90); }

 H1.HeaderClassName
 {
   color: #59415A;
 }
 .AnyTagClassName
 {
   color: #59415A;
 }
</style>

background-color css

<style>
 a { background-color: #59415A; }

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

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

border-color css

<style>
 span { border-color: #59415A; }

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

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