Html Css Color HEX #57415B Bossanova

📋 copy color: '#57415B'

red 87 ◦ green 65 ◦ blue 91

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

Shades of Bossanova #57415B

Tints of Bossanova #57415B

RGB

 RED value IS 87 (34.38% from 255) = 35.8%

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

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

R = 35.8%
G = 26.75%
B = 37.45%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57415B (or 0x57415B) is known color: Bossanova. HEX triplet: 57, 41 and 5B. RGB value is (87,65,91). Sum of RGB (Red+Green+Blue) = 87+65+91=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #57415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57415B is #A8BEA4. Grayscale: #4A4A4A. Windows color (decimal): -11058853 or 5980503. OLE color: 5980503.

HSL color Cylindrical-coordinate representation of color #57415B: hue angle of 290.77º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57415B is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 65 91 -
CMYK 0.04 0.29 0 0.64
HSL 290.77º 0.17% 0.31% -
HSV(B) 290.77º 0.29% 0.36% -
XYZ 7.71 6.56 10.76 -
YUV 74.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 87 65 91 0.04 0.29 0 0.64 290.77 0.17 0.31
Hex 57 41 5B 4 1D 0 40 123 11 1F
Octal 127 101 133 4 35 0 100 443 21 37
Binary 1010111 1000001 1011011 100 11101 0 1000000 100100011 10001 11111

Color Harmonies of #57415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57415B

Black with #57415B

Text Example


Text Example

White with #57415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57415B; }

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

 H1.HeaderClassName
 {
   color: #57415B;
 }
 .AnyTagClassName
 {
   color: #57415B;
 }
</style>

background-color css

<style>
 a { background-color: #57415B; }

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

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

border-color css

<style>
 span { border-color: #57415B; }

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

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