#524359

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

Shades of Bossanova #524359

Tints of Bossanova #524359

Color information

#524359 (or 0x524359) is unknown color: approx Bossanova. HEX triplet: 52, 43 and 59. RGB value is (82,67,89). Sum of RGB (Red+Green+Blue) = 82+67+89=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #524359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524359 is #ADBCA6. Grayscale: #494949. Windows color (decimal): -11386023 or 5849938. OLE color: 5849938.

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

Color convert

RGB826789-
CMYK0.080.2500.65
HSL280.91º14.1%30.59%-
HSV(B)280.91º24.72%34.9%-
XYZ7.296.5310.33-
YUV73.99136.47133.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=34.45%
G=28.15%
B=37.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8267890.080.2500.65280.9114.130.59
Hex524359819041119e1f
Octal122103131103101014311637
Binary10100101000011101100110001100101000001100011001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524359; }

 p { color: rgb(82,67,89); }

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

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

 a { background-color: rgb(82,67,89); }

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

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

 span { border-color: rgb(82,67,89); }

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