Html Css Color HEX #535168 Smoky

📋 copy color: '#535168'

red 83 ◦ green 81 ◦ blue 104

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

Shades of Smoky #535168

Tints of Smoky #535168

RGB

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

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

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

R = 30.97%
G = 30.22%
B = 38.81%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535168 (or 0x535168) is known color: Smoky. HEX triplet: 53, 51 and 68. RGB value is (83,81,104). Sum of RGB (Red+Green+Blue) = 83+81+104=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #535168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535168 is #ACAE97. Grayscale: #545454. Windows color (decimal): -11316888 or 6836563. OLE color: 6836563.

HSL color Cylindrical-coordinate representation of color #535168: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535168 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 81 104 -
CMYK 0.20 0.22 0 0.59
HSL 245.22º 0.12% 0.36% -
HSV(B) 245.22º 0.22% 0.41% -
XYZ 9.01 8.72 14.31 -
YUV 84.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 83 81 104 0.20 0.22 0 0.59 245.22 0.12 0.36
Hex 53 51 68 14 16 0 3B F5 C 24
Octal 123 121 150 24 26 0 73 365 14 44
Binary 1010011 1010001 1101000 10100 10110 0 111011 11110101 1100 100100

Color Harmonies of #535168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535168

Black with #535168

Text Example


Text Example

White with #535168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535168; }

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

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

background-color css

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

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

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

border-color css

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

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

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