#536569

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

Shades of Smalt Blue #536569

Tints of Smalt Blue #536569

Color information

#536569 (or 0x536569) is unknown color: approx Smalt Blue. HEX triplet: 53, 65 and 69. RGB value is (83,101,105). Sum of RGB (Red+Green+Blue) = 83+101+105=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #536569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536569 is #AC9A96. Grayscale: #606060. Windows color (decimal): -11311767 or 6907219. OLE color: 6907219.

HSL color Cylindrical-coordinate representation of color #536569: hue angle of 190.91º 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 #536569 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB83101105-
CMYK0.210.0400.59
HSL190.91º11.7%36.86%-
HSV(B)190.91º20.95%41.18%-
XYZ10.7712.1715.15-
YUV96.07133.04118.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=28.72%
G=34.95%
B=36.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal831011050.210.0400.59190.9111.736.86
Hex53656915403Bbfc25
Octal1231451512540732771445
Binary101001111001011101001101011000111011101111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536569; }

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

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

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

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

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

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

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

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