#535267

Color #535267 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #535267

Tints of Smoky #535267

Color information

#535267 (or 0x535267) is unknown color: approx Smoky. HEX triplet: 53, 52 and 67. RGB value is (83,82,103). Sum of RGB (Red+Green+Blue) = 83+82+103=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #535267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535267 is #ACAD98. Grayscale: #545454. Windows color (decimal): -11316633 or 6771283. OLE color: 6771283.

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

Color convert

RGB8382103-
CMYK0.190.2000.60
HSL242.86º11.35%36.27%-
HSV(B)242.86º20.39%40.39%-
XYZ9.038.8514.06-
YUV84.69138.33126.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=30.97%
G=30.60%
B=38.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83821030.190.2000.60242.8611.3536.27
Hex535267131403Cf3b24
Octal12312214723240743631344
Binary10100111010010110011110011101000111100111100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535267; }

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

 H1.HeaderClassName
 {
   color: #535267;
 }
 .AnyTagClassName
 {
   color: #535267;
 }
</style>
background-color css

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

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

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

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

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

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