Html Css Color HEX #524F68 Smoky

📋 copy color: '#524F68'

red 82 ◦ green 79 ◦ blue 104

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

Shades of Smoky #524F68

Tints of Smoky #524F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 30.94%
G = 29.81%
B = 39.25%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524F68 (or 0x524F68) is known color: Smoky. HEX triplet: 52, 4F and 68. RGB value is (82,79,104). Sum of RGB (Red+Green+Blue) = 82+79+104=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #524F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F68 is #ADB097. Grayscale: #525252. Windows color (decimal): -11382936 or 6836050. OLE color: 6836050.

HSL color Cylindrical-coordinate representation of color #524F68: hue angle of 247.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #524F68 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 79 104 -
CMYK 0.21 0.24 0 0.59
HSL 247.2º 0.14% 0.36% -
HSV(B) 247.2º 0.24% 0.41% -
XYZ 8.77 8.39 14.25 -
YUV 82.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 82 79 104 0.21 0.24 0 0.59 247.2 0.14 0.36
Hex 52 4F 68 15 18 0 3B F7 E 24
Octal 122 117 150 25 30 0 73 367 16 44
Binary 1010010 1001111 1101000 10101 11000 0 111011 11110111 1110 100100

Color Harmonies of #524F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F68

Black with #524F68

Text Example


Text Example

White with #524F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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