Html Css Color HEX #524C54 Bossanova

📋 copy color: '#524C54'

red 82 ◦ green 76 ◦ blue 84

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

Shades of Bossanova #524C54

Tints of Bossanova #524C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 33.88%
G = 31.4%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524C54 (or 0x524C54) is known color: Bossanova. HEX triplet: 52, 4C and 54. RGB value is (82,76,84). Sum of RGB (Red+Green+Blue) = 82+76+84=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 84 - color contains mainly: blue. Hex color #524C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C54 is #ADB3AB. Grayscale: #4E4E4E. Windows color (decimal): -11383724 or 5524562. OLE color: 5524562.

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

Color convert

RGB 82 76 84 -
CMYK 0.02 0.10 0 0.67
HSL 285º 0.05% 0.31% -
HSV(B) 285º 0.1% 0.33% -
XYZ 7.66 7.6 9.45 -
YUV 78.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 82 76 84 0.02 0.10 0 0.67 285 0.05 0.31
Hex 52 4C 54 2 A 0 43 11D 5 1F
Octal 122 114 124 2 12 0 103 435 5 37
Binary 1010010 1001100 1010100 10 1010 0 1000011 100011101 101 11111

Color Harmonies of #524C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C54

Black with #524C54

Text Example


Text Example

White with #524C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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