Html Css Color HEX #524E52 Bossanova

📋 copy color: '#524E52'

red 82 ◦ green 78 ◦ blue 82

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

Shades of Bossanova #524E52

Tints of Bossanova #524E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.23%

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 33.88%
G = 32.23%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#524E52 (or 0x524E52) is known color: Bossanova. HEX triplet: 52, 4E and 52. RGB value is (82,78,82). Sum of RGB (Red+Green+Blue) = 82+78+82=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #524E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E52 is #ADB1AD. Grayscale: #4F4F4F. Windows color (decimal): -11383214 or 5394002. OLE color: 5394002.

HSL color Cylindrical-coordinate representation of color #524E52: hue angle of 300º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #524E52 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 78 82 -
CMYK 0 0.05 0 0.68
HSL 300º 0.03% 0.31% -
HSV(B) 300º 0.05% 0.32% -
XYZ 7.73 7.85 9.09 -
YUV 79.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 82 78 82 0 0.05 0 0.68 300 0.03 0.31
Hex 52 4E 52 0 5 0 44 12C 2 1F
Octal 122 116 122 0 5 0 104 454 2 37
Binary 1010010 1001110 1010010 0 101 0 1000100 100101100 10 11111

Color Harmonies of #524E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E52

Black with #524E52

Text Example


Text Example

White with #524E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524E52; }

 p { color: rgb(82,78,82); }

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

background-color css

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

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

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

border-color css

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

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

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