Html Css Color HEX #524F66 Smoky

📋 copy color: '#524F66'

red 82 ◦ green 79 ◦ blue 102

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

Shades of Smoky #524F66

Tints of Smoky #524F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.78%

R = 31.18%
G = 30.04%
B = 38.78%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#524F66 (or 0x524F66) is known color: Smoky. HEX triplet: 52, 4F and 66. RGB value is (82,79,102). Sum of RGB (Red+Green+Blue) = 82+79+102=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #524F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F66 is #ADB099. Grayscale: #525252. Windows color (decimal): -11382938 or 6704978. OLE color: 6704978.

HSL color Cylindrical-coordinate representation of color #524F66: hue angle of 247.83º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #524F66 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 79 102 -
CMYK 0.20 0.23 0 0.6
HSL 247.83º 0.13% 0.35% -
HSV(B) 247.83º 0.23% 0.4% -
XYZ 8.67 8.35 13.72 -
YUV 82.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 82 79 102 0.20 0.23 0 0.6 247.83 0.13 0.35
Hex 52 4F 66 14 17 0 3C F8 D 23
Octal 122 117 146 24 27 0 74 370 15 43
Binary 1010010 1001111 1100110 10100 10111 0 111100 11111000 1101 100011

Color Harmonies of #524F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F66

Black with #524F66

Text Example


Text Example

White with #524F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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