Html Css Color HEX #524F6B Smoky

📋 copy color: '#524F6B'

red 82 ◦ green 79 ◦ blue 107

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

Shades of Smoky #524F6B

Tints of Smoky #524F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 30.6%
G = 29.48%
B = 39.93%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#524F6B (or 0x524F6B) is known color: Smoky. HEX triplet: 52, 4F and 6B. RGB value is (82,79,107). Sum of RGB (Red+Green+Blue) = 82+79+107=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #524F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F6B is #ADB094. Grayscale: #525252. Windows color (decimal): -11382933 or 7032658. OLE color: 7032658.

HSL color Cylindrical-coordinate representation of color #524F6B: hue angle of 246.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524F6B is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 79 107 -
CMYK 0.23 0.26 0 0.58
HSL 246.43º 0.15% 0.36% -
HSV(B) 246.43º 0.26% 0.42% -
XYZ 8.93 8.45 15.07 -
YUV 83.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 82 79 107 0.23 0.26 0 0.58 246.43 0.15 0.36
Hex 52 4F 6B 17 1A 0 3A F6 F 24
Octal 122 117 153 27 32 0 72 366 17 44
Binary 1010010 1001111 1101011 10111 11010 0 111010 11110110 1111 100100

Color Harmonies of #524F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F6B

Black with #524F6B

Text Example


Text Example

White with #524F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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