#534053

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

Shades of Bossanova #534053

Tints of Bossanova #534053

Color information

#534053 (or 0x534053) is unknown color: approx Bossanova. HEX triplet: 53, 40 and 53. RGB value is (83,64,83). Sum of RGB (Red+Green+Blue) = 83+64+83=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #534053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534053 is #ACBFAC. Grayscale: #474747. Windows color (decimal): -11321261 or 5455955. OLE color: 5455955.

HSL color Cylindrical-coordinate representation of color #534053: hue angle of 300º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534053 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB836483-
CMYK00.2300.67
HSL300º12.93%28.82%-
HSV(B)300º22.89%32.55%-
XYZ6.966.139-
YUV71.85134.29135.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=36.09%
G=27.83%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83648300.2300.6730012.9328.82
Hex53405301704312cd1d
Octal12310012302701034541535
Binary10100111000000101001101011101000011100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534053; }

 p { color: rgb(83,64,83); }

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

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

 a { background-color: rgb(83,64,83); }

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

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

 span { border-color: rgb(83,64,83); }

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