#534559

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

Shades of Bossanova #534559

Tints of Bossanova #534559

Color information

#534559 (or 0x534559) is unknown color: approx Bossanova. HEX triplet: 53, 45 and 59. RGB value is (83,69,89). Sum of RGB (Red+Green+Blue) = 83+69+89=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #534559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534559 is #ACBAA6. Grayscale: #4B4B4B. Windows color (decimal): -11319975 or 5850451. OLE color: 5850451.

HSL color Cylindrical-coordinate representation of color #534559: hue angle of 282º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534559 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB836989-
CMYK0.070.2200.65
HSL282º12.66%30.98%-
HSV(B)282º22.47%34.9%-
XYZ7.56.8210.37-
YUV75.47135.64133.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=34.44%
G=28.63%
B=36.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8369890.070.2200.6528212.6630.98
Hex53455971604111ad1f
Octal12310513172601014321537
Binary1010011100010110110011111011001000001100011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534559; }

 p { color: rgb(83,69,89); }

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

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

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

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

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

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

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