Html Css Color HEX #534D6D Smoky

📋 copy color: '#534D6D'

red 83 ◦ green 77 ◦ blue 109

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

Shades of Smoky #534D6D

Tints of Smoky #534D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

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

R = 30.86%
G = 28.62%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#534D6D (or 0x534D6D) is known color: Smoky. HEX triplet: 53, 4D and 6D. RGB value is (83,77,109). Sum of RGB (Red+Green+Blue) = 83+77+109=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #534D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D6D is #ACB292. Grayscale: #525252. Windows color (decimal): -11317907 or 7163219. OLE color: 7163219.

HSL color Cylindrical-coordinate representation of color #534D6D: hue angle of 251.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #534D6D is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 77 109 -
CMYK 0.24 0.29 0 0.57
HSL 251.25º 0.17% 0.36% -
HSV(B) 251.25º 0.29% 0.43% -
XYZ 8.98 8.25 15.59 -
YUV 82.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 83 77 109 0.24 0.29 0 0.57 251.25 0.17 0.36
Hex 53 4D 6D 18 1D 0 39 FB 11 24
Octal 123 115 155 30 35 0 71 373 21 44
Binary 1010011 1001101 1101101 11000 11101 0 111001 11111011 10001 100100

Color Harmonies of #534D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D6D

Black with #534D6D

Text Example


Text Example

White with #534D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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