Html Css Color HEX #535167 Smoky

📋 copy color: '#535167'

red 83 ◦ green 81 ◦ blue 103

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

Shades of Smoky #535167

Tints of Smoky #535167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

 BLUE value IS 103 (40.63% from 255) = 38.58%

R = 31.09%
G = 30.34%
B = 38.58%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#535167 (or 0x535167) is known color: Smoky. HEX triplet: 53, 51 and 67. RGB value is (83,81,103). Sum of RGB (Red+Green+Blue) = 83+81+103=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #535167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535167 is #ACAE98. Grayscale: #545454. Windows color (decimal): -11316889 or 6771027. OLE color: 6771027.

HSL color Cylindrical-coordinate representation of color #535167: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535167 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 81 103 -
CMYK 0.19 0.21 0 0.60
HSL 245.45º 0.12% 0.36% -
HSV(B) 245.45º 0.21% 0.4% -
XYZ 8.96 8.7 14.04 -
YUV 84.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 83 81 103 0.19 0.21 0 0.60 245.45 0.12 0.36
Hex 53 51 67 13 15 0 3C F5 C 24
Octal 123 121 147 23 25 0 74 365 14 44
Binary 1010011 1010001 1100111 10011 10101 0 111100 11110101 1100 100100

Color Harmonies of #535167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535167

Black with #535167

Text Example


Text Example

White with #535167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535167; }

 p { color: rgb(83,81,103); }

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

background-color css

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

 a { background-color: rgb(83,81,103); }

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

border-color css

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

 span { border-color: rgb(83,81,103); }

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