Html Css Color HEX #524F6C Smoky

📋 copy color: '#524F6C'

red 82 ◦ green 79 ◦ blue 108

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

Shades of Smoky #524F6C

Tints of Smoky #524F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 30.48%
G = 29.37%
B = 40.15%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#524F6C (or 0x524F6C) is known color: Smoky. HEX triplet: 52, 4F and 6C. RGB value is (82,79,108). Sum of RGB (Red+Green+Blue) = 82+79+108=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #524F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F6C is #ADB093. Grayscale: #535353. Windows color (decimal): -11382932 or 7098194. OLE color: 7098194.

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

Color convert

RGB 82 79 108 -
CMYK 0.24 0.27 0 0.58
HSL 246.21º 0.16% 0.37% -
HSV(B) 246.21º 0.27% 0.42% -
XYZ 8.98 8.47 15.35 -
YUV 83.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 82 79 108 0.24 0.27 0 0.58 246.21 0.16 0.37
Hex 52 4F 6C 18 1B 0 3A F6 10 25
Octal 122 117 154 30 33 0 72 366 20 45
Binary 1010010 1001111 1101100 11000 11011 0 111010 11110110 10000 100101

Color Harmonies of #524F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F6C

Black with #524F6C

Text Example


Text Example

White with #524F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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