#526368

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

Shades of Smalt Blue #526368

Tints of Smalt Blue #526368

Color information

#526368 (or 0x526368) is unknown color: approx Smalt Blue. HEX triplet: 52, 63 and 68. RGB value is (82,99,104). Sum of RGB (Red+Green+Blue) = 82+99+104=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #526368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526368 is #AD9C97. Grayscale: #5E5E5E. Windows color (decimal): -11377816 or 6841170. OLE color: 6841170.

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

Color convert

RGB8299104-
CMYK0.210.0500.59
HSL193.64º11.83%36.47%-
HSV(B)193.64º21.15%40.78%-
XYZ10.4411.7214.81-
YUV94.49133.37119.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=28.77%
G=34.74%
B=36.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82991040.210.0500.59193.6411.8336.47
Hex52636815503Bc2c24
Octal1221431502550733021444
Binary101001011000111101000101011010111011110000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526368; }

 p { color: rgb(82,99,104); }

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

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

 a { background-color: rgb(82,99,104); }

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

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

 span { border-color: rgb(82,99,104); }

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