Html Css Color HEX #524F6D Smoky

📋 copy color: '#524F6D'

red 82 ◦ green 79 ◦ blue 109

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

Shades of Smoky #524F6D

Tints of Smoky #524F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

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

R = 30.37%
G = 29.26%
B = 40.37%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#524F6D (or 0x524F6D) is known color: Smoky. HEX triplet: 52, 4F and 6D. RGB value is (82,79,109). Sum of RGB (Red+Green+Blue) = 82+79+109=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #524F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F6D is #ADB092. Grayscale: #535353. Windows color (decimal): -11382931 or 7163730. OLE color: 7163730.

HSL color Cylindrical-coordinate representation of color #524F6D: hue angle of 246º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524F6D is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 79 109 -
CMYK 0.25 0.28 0 0.57
HSL 246º 0.16% 0.37% -
HSV(B) 246º 0.28% 0.43% -
XYZ 9.04 8.49 15.63 -
YUV 83.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 82 79 109 0.25 0.28 0 0.57 246 0.16 0.37
Hex 52 4F 6D 19 1C 0 39 F6 10 25
Octal 122 117 155 31 34 0 71 366 20 45
Binary 1010010 1001111 1101101 11001 11100 0 111001 11110110 10000 100101

Color Harmonies of #524F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F6D

Black with #524F6D

Text Example


Text Example

White with #524F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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