Html Css Color HEX #524954 Bossanova

📋 copy color: '#524954'

red 82 ◦ green 73 ◦ blue 84

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

Shades of Bossanova #524954

Tints of Bossanova #524954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 34.31%
G = 30.54%
B = 35.15%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524954 (or 0x524954) is known color: Bossanova. HEX triplet: 52, 49 and 54. RGB value is (82,73,84). Sum of RGB (Red+Green+Blue) = 82+73+84=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 84 - color contains mainly: blue. Hex color #524954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524954 is #ADB6AB. Grayscale: #4C4C4C. Windows color (decimal): -11384492 or 5523794. OLE color: 5523794.

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

Color convert

RGB 82 73 84 -
CMYK 0.02 0.13 0 0.67
HSL 289.09º 0.07% 0.31% -
HSV(B) 289.09º 0.13% 0.33% -
XYZ 7.46 7.2 9.38 -
YUV 76.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 82 73 84 0.02 0.13 0 0.67 289.09 0.07 0.31
Hex 52 49 54 2 D 0 43 121 7 1F
Octal 122 111 124 2 15 0 103 441 7 37
Binary 1010010 1001001 1010100 10 1101 0 1000011 100100001 111 11111

Color Harmonies of #524954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524954

Black with #524954

Text Example


Text Example

White with #524954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524954; }

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

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

background-color css

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

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

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

border-color css

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

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

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