#53405A

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

Shades of Bossanova #53405A

Tints of Bossanova #53405A

Color information

#53405A (or 0x53405A) is unknown color: approx Bossanova. HEX triplet: 53, 40 and 5A. RGB value is (83,64,90). Sum of RGB (Red+Green+Blue) = 83+64+90=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #53405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53405A is #ACBFA5. Grayscale: #484848. Windows color (decimal): -11321254 or 5914707. OLE color: 5914707.

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

Color convert

RGB836490-
CMYK0.080.2900.65
HSL283.85º16.88%30.2%-
HSV(B)283.85º28.89%35.29%-
XYZ7.256.2410.5-
YUV72.64137.79135.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=35.02%
G=27.00%
B=37.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8364900.080.2900.65283.8516.8830.2
Hex53405A81D04111c111e
Octal123100132103501014342136
Binary101001110000001011010100011101010000011000111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53405A; }

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

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

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

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

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

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

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

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