Html Css Color HEX #524E53 Bossanova

📋 copy color: '#524E53'

red 82 ◦ green 78 ◦ blue 83

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

Shades of Bossanova #524E53

Tints of Bossanova #524E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 33.74%
G = 32.1%
B = 34.16%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524E53 (or 0x524E53) is known color: Bossanova. HEX triplet: 52, 4E and 53. RGB value is (82,78,83). Sum of RGB (Red+Green+Blue) = 82+78+83=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 83 - color contains mainly: blue. Hex color #524E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E53 is #ADB1AC. Grayscale: #4F4F4F. Windows color (decimal): -11383213 or 5459538. OLE color: 5459538.

HSL color Cylindrical-coordinate representation of color #524E53: hue angle of 288º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #524E53 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 78 83 -
CMYK 0.01 0.06 0 0.67
HSL 288º 0.03% 0.32% -
HSV(B) 288º 0.06% 0.33% -
XYZ 7.77 7.87 9.29 -
YUV 79.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 82 78 83 0.01 0.06 0 0.67 288 0.03 0.32
Hex 52 4E 53 1 6 0 43 120 3 20
Octal 122 116 123 1 6 0 103 440 3 40
Binary 1010010 1001110 1010011 1 110 0 1000011 100100000 11 100000

Color Harmonies of #524E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E53

Black with #524E53

Text Example


Text Example

White with #524E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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