#533D5A

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

Shades of Bossanova #533D5A

Tints of Bossanova #533D5A

Color information

#533D5A (or 0x533D5A) is unknown color: approx Bossanova. HEX triplet: 53, 3D and 5A. RGB value is (83,61,90). Sum of RGB (Red+Green+Blue) = 83+61+90=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #533D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D5A is #ACC2A5. Grayscale: #464646. Windows color (decimal): -11322022 or 5913939. OLE color: 5913939.

HSL color Cylindrical-coordinate representation of color #533D5A: hue angle of 285.52º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #533D5A is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB836190-
CMYK0.080.3200.65
HSL285.52º19.21%29.61%-
HSV(B)285.52º32.22%35.29%-
XYZ7.085.9110.44-
YUV70.88138.79136.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 61 (24.22% from 255) = 26.07%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=35.47%
G=26.07%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8361900.080.3200.65285.5219.2129.61
Hex533D5A82004111e131e
Octal12375132104001014362336
Binary101001111110110110101000100000010000011000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533D5A; }

 p { color: rgb(83,61,90); }

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

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

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

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

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

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

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