Html Css Color HEX #57415D Bossanova

📋 copy color: '#57415D'

red 87 ◦ green 65 ◦ blue 93

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

Shades of Bossanova #57415D

Tints of Bossanova #57415D

RGB

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

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

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

R = 35.51%
G = 26.53%
B = 37.96%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57415D (or 0x57415D) is known color: Bossanova. HEX triplet: 57, 41 and 5D. RGB value is (87,65,93). Sum of RGB (Red+Green+Blue) = 87+65+93=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #57415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57415D is #A8BEA2. Grayscale: #4A4A4A. Windows color (decimal): -11058851 or 6111575. OLE color: 6111575.

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

Color convert

RGB 87 65 93 -
CMYK 0.06 0.30 0 0.64
HSL 287.14º 0.18% 0.31% -
HSV(B) 287.14º 0.3% 0.36% -
XYZ 7.8 6.6 11.22 -
YUV 74.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 87 65 93 0.06 0.30 0 0.64 287.14 0.18 0.31
Hex 57 41 5D 6 1E 0 40 11F 12 1F
Octal 127 101 135 6 36 0 100 437 22 37
Binary 1010111 1000001 1011101 110 11110 0 1000000 100011111 10010 11111

Color Harmonies of #57415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57415D

Black with #57415D

Text Example


Text Example

White with #57415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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