Html Css Color HEX #524D6B Smoky

📋 copy color: '#524D6B'

red 82 ◦ green 77 ◦ blue 107

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

Shades of Smoky #524D6B

Tints of Smoky #524D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.95%

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 30.83%
G = 28.95%
B = 40.23%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#524D6B (or 0x524D6B) is known color: Smoky. HEX triplet: 52, 4D and 6B. RGB value is (82,77,107). Sum of RGB (Red+Green+Blue) = 82+77+107=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #524D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D6B is #ADB294. Grayscale: #515151. Windows color (decimal): -11383445 or 7032146. OLE color: 7032146.

HSL color Cylindrical-coordinate representation of color #524D6B: hue angle of 250º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524D6B is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 77 107 -
CMYK 0.23 0.28 0 0.58
HSL 250º 0.16% 0.36% -
HSV(B) 250º 0.28% 0.42% -
XYZ 8.79 8.16 15.02 -
YUV 81.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 82 77 107 0.23 0.28 0 0.58 250 0.16 0.36
Hex 52 4D 6B 17 1C 0 3A FA 10 24
Octal 122 115 153 27 34 0 72 372 20 44
Binary 1010010 1001101 1101011 10111 11100 0 111010 11111010 10000 100100

Color Harmonies of #524D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D6B

Black with #524D6B

Text Example


Text Example

White with #524D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,77,107); }

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

background-color css

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

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

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

border-color css

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

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

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