Html Css Color HEX #59415D Bossanova

📋 copy color: '#59415D'

red 89 ◦ green 65 ◦ blue 93

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

Shades of Bossanova #59415D

Tints of Bossanova #59415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.65%

R = 36.03%
G = 26.32%
B = 37.65%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59415D (or 0x59415D) is known color: Bossanova. HEX triplet: 59, 41 and 5D. RGB value is (89,65,93). Sum of RGB (Red+Green+Blue) = 89+65+93=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #59415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59415D is #A6BEA2. Grayscale: #4B4B4B. Windows color (decimal): -10927779 or 6111577. OLE color: 6111577.

HSL color Cylindrical-coordinate representation of color #59415D: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59415D is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 65 93 -
CMYK 0.04 0.30 0 0.64
HSL 291.43º 0.18% 0.31% -
HSV(B) 291.43º 0.3% 0.36% -
XYZ 7.99 6.69 11.23 -
YUV 75.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 89 65 93 0.04 0.30 0 0.64 291.43 0.18 0.31
Hex 59 41 5D 4 1E 0 40 123 12 1F
Octal 131 101 135 4 36 0 100 443 22 37
Binary 1011001 1000001 1011101 100 11110 0 1000000 100100011 10010 11111

Color Harmonies of #59415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59415D

Black with #59415D

Text Example


Text Example

White with #59415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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