#536468

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

Shades of Smalt Blue #536468

Tints of Smalt Blue #536468

Color information

#536468 (or 0x536468) is unknown color: approx Smalt Blue. HEX triplet: 53, 64 and 68. RGB value is (83,100,104). Sum of RGB (Red+Green+Blue) = 83+100+104=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #536468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536468 is #AC9B97. Grayscale: #5F5F5F. Windows color (decimal): -11312024 or 6841427. OLE color: 6841427.

HSL color Cylindrical-coordinate representation of color #536468: hue angle of 191.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536468 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB83100104-
CMYK0.200.0400.59
HSL191.43º11.23%36.67%-
HSV(B)191.43º20.19%40.78%-
XYZ10.6211.9514.84-
YUV95.37132.87119.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=28.92%
G=34.84%
B=36.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal831001040.200.0400.59191.4311.2336.67
Hex53646814403Bbfb25
Octal1231441502440732771345
Binary101001111001001101000101001000111011101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536468; }

 p { color: rgb(83,100,104); }

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

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

 a { background-color: rgb(83,100,104); }

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

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

 span { border-color: rgb(83,100,104); }

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