#524854

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

Shades of Bossanova #524854

Tints of Bossanova #524854

Color information

#524854 (or 0x524854) is unknown color: approx Bossanova. HEX triplet: 52, 48 and 54. RGB value is (82,72,84). Sum of RGB (Red+Green+Blue) = 82+72+84=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: blue. Hex color #524854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524854 is #ADB7AB. Grayscale: #4C4C4C. Windows color (decimal): -11384748 or 5523538. OLE color: 5523538.

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

Color convert

RGB827284-
CMYK0.020.1400.67
HSL290º7.69%30.59%-
HSV(B)290º14.29%32.94%-
XYZ7.47.079.36-
YUV76.36132.31132.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 84 (33.20% from 255) = 35.29%
R=34.45%
G=30.25%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8272840.020.1400.672907.6930.59
Hex5248542E04312281f
Octal12211012421601034421037
Binary10100101001000101010010111001000011100100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524854; }

 p { color: rgb(82,72,84); }

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

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

 a { background-color: rgb(82,72,84); }

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

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

 span { border-color: rgb(82,72,84); }

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