Html Css Color HEX #524C6D Smoky

📋 copy color: '#524C6D'

red 82 ◦ green 76 ◦ blue 109

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

Shades of Smoky #524C6D

Tints of Smoky #524C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 30.71%
G = 28.46%
B = 40.82%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#524C6D (or 0x524C6D) is known color: Smoky. HEX triplet: 52, 4C and 6D. RGB value is (82,76,109). Sum of RGB (Red+Green+Blue) = 82+76+109=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #524C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C6D is #ADB392. Grayscale: #515151. Windows color (decimal): -11383699 or 7162962. OLE color: 7162962.

HSL color Cylindrical-coordinate representation of color #524C6D: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #524C6D is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 76 109 -
CMYK 0.25 0.30 0 0.57
HSL 250.91º 0.18% 0.36% -
HSV(B) 250.91º 0.3% 0.43% -
XYZ 8.82 8.07 15.56 -
YUV 81.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 82 76 109 0.25 0.30 0 0.57 250.91 0.18 0.36
Hex 52 4C 6D 19 1E 0 39 FB 12 24
Octal 122 114 155 31 36 0 71 373 22 44
Binary 1010010 1001100 1101101 11001 11110 0 111001 11111011 10010 100100

Color Harmonies of #524C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C6D

Black with #524C6D

Text Example


Text Example

White with #524C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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