Html Css Color HEX #5B415D Bossanova

📋 copy color: '#5B415D'

red 91 ◦ green 65 ◦ blue 93

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

Shades of Bossanova #5B415D

Tints of Bossanova #5B415D

RGB

 RED value IS 91 (35.94% from 255) = 36.55%

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

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

R = 36.55%
G = 26.1%
B = 37.35%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B415D (or 0x5B415D) is known color: Bossanova. HEX triplet: 5B, 41 and 5D. RGB value is (91,65,93). Sum of RGB (Red+Green+Blue) = 91+65+93=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B415D is #A4BEA2. Grayscale: #4B4B4B. Windows color (decimal): -10796707 or 6111579. OLE color: 6111579.

HSL color Cylindrical-coordinate representation of color #5B415D: hue angle of 295.71º 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 #5B415D is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 65 93 -
CMYK 0.02 0.30 0 0.64
HSL 295.71º 0.18% 0.31% -
HSV(B) 295.71º 0.3% 0.36% -
XYZ 8.18 6.8 11.24 -
YUV 75.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 91 65 93 0.02 0.30 0 0.64 295.71 0.18 0.31
Hex 5B 41 5D 2 1E 0 40 128 12 1F
Octal 133 101 135 2 36 0 100 450 22 37
Binary 1011011 1000001 1011101 10 11110 0 1000000 100101000 10010 11111

Color Harmonies of #5B415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B415D

Black with #5B415D

Text Example


Text Example

White with #5B415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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