#534253

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

Shades of Bossanova #534253

Tints of Bossanova #534253

Color information

#534253 (or 0x534253) is unknown color: approx Bossanova. HEX triplet: 53, 42 and 53. RGB value is (83,66,83). Sum of RGB (Red+Green+Blue) = 83+66+83=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #534253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534253 is #ACBDAC. Grayscale: #484848. Windows color (decimal): -11320749 or 5456467. OLE color: 5456467.

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

Color convert

RGB836683-
CMYK00.2000.67
HSL300º11.41%29.22%-
HSV(B)300º20.48%32.55%-
XYZ7.086.369.04-
YUV73.02133.63135.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=35.78%
G=28.45%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83668300.2000.6730011.4129.22
Hex53425301404312cb1d
Octal12310212302401034541335
Binary10100111000010101001101010001000011100101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534253; }

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

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

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

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

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

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

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

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