Html Css Color HEX #524459 Bossanova

📋 copy color: '#524459'

red 82 ◦ green 68 ◦ blue 89

#524459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #524459

Tints of Bossanova #524459

RGB

 RED value IS 82 (32.42% from 255) = 34.31%

 GREEN value IS 68 (26.95% from 255) = 28.45%

 BLUE value IS 89 (35.16% from 255) = 37.24%

R = 34.31%
G = 28.45%
B = 37.24%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524459 (or 0x524459) is known color: Bossanova. HEX triplet: 52, 44 and 59. RGB value is (82,68,89). Sum of RGB (Red+Green+Blue) = 82+68+89=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #524459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524459 is #ADBBA6. Grayscale: #4A4A4A. Windows color (decimal): -11385767 or 5850194. OLE color: 5850194.

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

Color convert

RGB 82 68 89 -
CMYK 0.08 0.24 0 0.65
HSL 280º 0.13% 0.31% -
HSV(B) 280º 0.24% 0.35% -
XYZ 7.35 6.65 10.35 -
YUV 74.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 82 68 89 0.08 0.24 0 0.65 280 0.13 0.31
Hex 52 44 59 8 18 0 41 118 D 1F
Octal 122 104 131 10 30 0 101 430 15 37
Binary 1010010 1000100 1011001 1000 11000 0 1000001 100011000 1101 11111

Color Harmonies of #524459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524459

Black with #524459

Text Example


Text Example

White with #524459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524459; }

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

 H1.HeaderClassName
 {
   color: #524459;
 }
 .AnyTagClassName
 {
   color: #524459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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