#526267

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

Shades of Smalt Blue #526267

Tints of Smalt Blue #526267

Color information

#526267 (or 0x526267) is unknown color: approx Smalt Blue. HEX triplet: 52, 62 and 67. RGB value is (82,98,103). Sum of RGB (Red+Green+Blue) = 82+98+103=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #526267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526267 is #AD9D98. Grayscale: #5D5D5D. Windows color (decimal): -11378073 or 6775378. OLE color: 6775378.

HSL color Cylindrical-coordinate representation of color #526267: hue angle of 194.29º 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 #526267 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8298103-
CMYK0.200.0500.60
HSL194.29º11.35%36.27%-
HSV(B)194.29º20.39%40.39%-
XYZ10.311.5114.51-
YUV93.79133.2119.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=28.98%
G=34.63%
B=36.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82981030.200.0500.60194.2911.3536.27
Hex52626714503Cc2b24
Octal1221421472450743021344
Binary101001011000101100111101001010111100110000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526267; }

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

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

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

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

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

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

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

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