#536369

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

Shades of Smalt Blue #536369

Tints of Smalt Blue #536369

Color information

#536369 (or 0x536369) is unknown color: approx Smalt Blue. HEX triplet: 53, 63 and 69. RGB value is (83,99,105). Sum of RGB (Red+Green+Blue) = 83+99+105=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #536369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536369 is #AC9C96. Grayscale: #5E5E5E. Windows color (decimal): -11312279 or 6906707. OLE color: 6906707.

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

Color convert

RGB8399105-
CMYK0.210.0600.59
HSL196.36º11.7%36.86%-
HSV(B)196.36º20.95%41.18%-
XYZ10.5811.7815.08-
YUV94.9133.7119.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=28.92%
G=34.49%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83991050.210.0600.59196.3611.736.86
Hex53636915603Bc4c25
Octal1231431512560733041445
Binary101001111000111101001101011100111011110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536369; }

 p { color: rgb(83,99,105); }

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

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

 a { background-color: rgb(83,99,105); }

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

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

 span { border-color: rgb(83,99,105); }

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