Html Css Color HEX #524352 Bossanova

📋 copy color: '#524352'

red 82 ◦ green 67 ◦ blue 82

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

Shades of Bossanova #524352

Tints of Bossanova #524352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

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

R = 35.5%
G = 29%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#524352 (or 0x524352) is known color: Bossanova. HEX triplet: 52, 43 and 52. RGB value is (82,67,82). Sum of RGB (Red+Green+Blue) = 82+67+82=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #524352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524352 is #ADBCAD. Grayscale: #494949. Windows color (decimal): -11386030 or 5391186. OLE color: 5391186.

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

Color convert

RGB 82 67 82 -
CMYK 0 0.18 0 0.68
HSL 300º 0.1% 0.29% -
HSV(B) 300º 0.18% 0.32% -
XYZ 7.01 6.42 8.85 -
YUV 73.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 82 67 82 0 0.18 0 0.68 300 0.1 0.29
Hex 52 43 52 0 12 0 44 12C A 1D
Octal 122 103 122 0 22 0 104 454 12 35
Binary 1010010 1000011 1010010 0 10010 0 1000100 100101100 1010 11101

Color Harmonies of #524352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524352

Black with #524352

Text Example


Text Example

White with #524352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524352; }

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

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

background-color css

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

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

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

border-color css

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

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

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