#524259

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

Shades of Bossanova #524259

Tints of Bossanova #524259

Color information

#524259 (or 0x524259) is unknown color: approx Bossanova. HEX triplet: 52, 42 and 59. RGB value is (82,66,89). Sum of RGB (Red+Green+Blue) = 82+66+89=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #524259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524259 is #ADBDA6. Grayscale: #494949. Windows color (decimal): -11386279 or 5849682. OLE color: 5849682.

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

Color convert

RGB826689-
CMYK0.080.2600.65
HSL281.74º14.84%30.39%-
HSV(B)281.74º25.84%34.9%-
XYZ7.236.4110.31-
YUV73.41136.8134.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=34.60%
G=27.85%
B=37.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8266890.080.2600.65281.7414.8430.39
Hex52425981A04111af1e
Octal122102131103201014321736
Binary10100101000010101100110001101001000001100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524259; }

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

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

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

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

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

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

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

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