#526367

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

Shades of Smalt Blue #526367

Tints of Smalt Blue #526367

Color information

#526367 (or 0x526367) is unknown color: approx Smalt Blue. HEX triplet: 52, 63 and 67. RGB value is (82,99,103). Sum of RGB (Red+Green+Blue) = 82+99+103=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #526367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526367 is #AD9C98. Grayscale: #5E5E5E. Windows color (decimal): -11377817 or 6775634. OLE color: 6775634.

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

Color convert

RGB8299103-
CMYK0.200.0400.60
HSL191.43º11.35%36.27%-
HSV(B)191.43º20.39%40.39%-
XYZ10.3911.714.54-
YUV94.37132.87119.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=28.87%
G=34.86%
B=36.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82991030.200.0400.60191.4311.3536.27
Hex52636714403Cbfb24
Octal1221431472440742771344
Binary101001011000111100111101001000111100101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526367; }

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

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

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

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

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

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

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

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