#513A55

Color #513A55 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #513A55

Tints of Bossanova #513A55

Color information

#513A55 (or 0x513A55) is unknown color: approx Bossanova. HEX triplet: 51, 3A and 55. RGB value is (81,58,85). Sum of RGB (Red+Green+Blue) = 81+58+85=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #513A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A55 is #AEC5AA. Grayscale: #434343. Windows color (decimal): -11453867 or 5585489. OLE color: 5585489.

HSL color Cylindrical-coordinate representation of color #513A55: hue angle of 291.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513A55 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB815885-
CMYK0.050.3200.67
HSL291.11º18.88%28.04%-
HSV(B)291.11º31.76%33.33%-
XYZ6.555.439.3-
YUV67.96137.62137.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=36.16%
G=25.89%
B=37.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8158850.050.3200.67291.1118.8828.04
Hex513A55520043123131c
Octal1217212554001034432334
Binary10100011110101010101101100000010000111001000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513A55; }

 p { color: rgb(81,58,85); }

 H1.HeaderClassName
 {
   color: #513A55;
 }
 .AnyTagClassName
 {
   color: #513A55;
 }
</style>
background-color css

<style>
 a { background-color: #513A55; }

 a { background-color: rgb(81,58,85); }

 div.DivClassName
 {
   background-color: #513A55;
 }
 .BgClassName
 {
   background-color: #513A55;
 }
</style>
border-color css

<style>
 span { border-color: #513A55; }

 span { border-color: rgb(81,58,85); }

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