#533652

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

Shades of Bossanova #533652

Tints of Bossanova #533652

Color information

#533652 (or 0x533652) is unknown color: approx Bossanova. HEX triplet: 53, 36 and 52. RGB value is (83,54,82). Sum of RGB (Red+Green+Blue) = 83+54+82=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #533652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533652 is #ACC9AD. Grayscale: #414141. Windows color (decimal): -11323822 or 5387859. OLE color: 5387859.

HSL color Cylindrical-coordinate representation of color #533652: hue angle of 302.07º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #533652 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB835482-
CMYK00.350.010.67
HSL302.07º21.17%26.86%-
HSV(B)302.07º34.94%32.55%-
XYZ6.415.098.63-
YUV65.86137.11140.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=37.90%
G=24.66%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83548200.350.010.67302.0721.1726.86
Hex53365202314312e151b
Octal1236612204311034562533
Binary101001111011010100100100011110000111001011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533652; }

 p { color: rgb(83,54,82); }

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

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

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

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

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

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

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