#536165

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

Shades of Smalt Blue #536165

Tints of Smalt Blue #536165

Color information

#536165 (or 0x536165) is unknown color: approx Smalt Blue. HEX triplet: 53, 61 and 65. RGB value is (83,97,101). Sum of RGB (Red+Green+Blue) = 83+97+101=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #536165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536165 is #AC9E9A. Grayscale: #5D5D5D. Windows color (decimal): -11312795 or 6644051. OLE color: 6644051.

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

Color convert

RGB8397101-
CMYK0.180.0400.60
HSL193.33º9.78%36.08%-
HSV(B)193.33º17.82%39.61%-
XYZ10.1911.3313.96-
YUV93.27132.36120.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=29.54%
G=34.52%
B=35.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83971010.180.0400.60193.339.7836.08
Hex53616512403Cc1a24
Octal1231411452240743011244
Binary101001111000011100101100101000111100110000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536165; }

 p { color: rgb(83,97,101); }

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

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

 a { background-color: rgb(83,97,101); }

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

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

 span { border-color: rgb(83,97,101); }

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