#535066

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

Shades of Smoky #535066

Tints of Smoky #535066

Color information

#535066 (or 0x535066) is unknown color: approx Smoky. HEX triplet: 53, 50 and 66. RGB value is (83,80,102). Sum of RGB (Red+Green+Blue) = 83+80+102=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #535066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535066 is #ACAF99. Grayscale: #535353. Windows color (decimal): -11317146 or 6705235. OLE color: 6705235.

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

Color convert

RGB8380102-
CMYK0.190.2200.6
HSL248.18º12.09%35.69%-
HSV(B)248.18º21.57%40%-
XYZ8.838.5413.75-
YUV83.4138.49127.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=31.32%
G=30.19%
B=38.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83801020.190.2200.6248.1812.0935.69
Hex535066131603Cf8c24
Octal12312014623260743701444
Binary10100111010000110011010011101100111100111110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535066; }

 p { color: rgb(83,80,102); }

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

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

 a { background-color: rgb(83,80,102); }

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

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

 span { border-color: rgb(83,80,102); }

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