Html Css Color HEX #534F6D Smoky

📋 copy color: '#534F6D'

red 83 ◦ green 79 ◦ blue 109

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

Shades of Smoky #534F6D

Tints of Smoky #534F6D

RGB

 RED value IS 83 (32.81% from 255) = 30.63%

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

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

R = 30.63%
G = 29.15%
B = 40.22%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#534F6D (or 0x534F6D) is known color: Smoky. HEX triplet: 53, 4F and 6D. RGB value is (83,79,109). Sum of RGB (Red+Green+Blue) = 83+79+109=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #534F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F6D is #ACB092. Grayscale: #535353. Windows color (decimal): -11317395 or 7163731. OLE color: 7163731.

HSL color Cylindrical-coordinate representation of color #534F6D: hue angle of 248º 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 #534F6D is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 79 109 -
CMYK 0.24 0.28 0 0.57
HSL 248º 0.16% 0.37% -
HSV(B) 248º 0.28% 0.43% -
XYZ 9.12 8.54 15.63 -
YUV 83.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 83 79 109 0.24 0.28 0 0.57 248 0.16 0.37
Hex 53 4F 6D 18 1C 0 39 F8 10 25
Octal 123 117 155 30 34 0 71 370 20 45
Binary 1010011 1001111 1101101 11000 11100 0 111001 11111000 10000 100101

Color Harmonies of #534F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F6D

Black with #534F6D

Text Example


Text Example

White with #534F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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