Html Css Color HEX #524454 Bossanova

📋 copy color: '#524454'

red 82 ◦ green 68 ◦ blue 84

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

Shades of Bossanova #524454

Tints of Bossanova #524454

RGB

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

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

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

R = 35.04%
G = 29.06%
B = 35.9%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524454 (or 0x524454) is known color: Bossanova. HEX triplet: 52, 44 and 54. RGB value is (82,68,84). Sum of RGB (Red+Green+Blue) = 82+68+84=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #524454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524454 is #ADBBAB. Grayscale: #494949. Windows color (decimal): -11385772 or 5522514. OLE color: 5522514.

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

Color convert

RGB 82 68 84 -
CMYK 0.02 0.19 0 0.67
HSL 292.5º 0.11% 0.3% -
HSV(B) 292.5º 0.19% 0.33% -
XYZ 7.15 6.57 9.28 -
YUV 74.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 82 68 84 0.02 0.19 0 0.67 292.5 0.11 0.3
Hex 52 44 54 2 13 0 43 124 B 1E
Octal 122 104 124 2 23 0 103 444 13 36
Binary 1010010 1000100 1010100 10 10011 0 1000011 100100100 1011 11110

Color Harmonies of #524454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524454

Black with #524454

Text Example


Text Example

White with #524454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524454; }

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

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

background-color css

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

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

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

border-color css

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

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

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