#526166

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

Shades of Smalt Blue #526166

Tints of Smalt Blue #526166

Color information

#526166 (or 0x526166) is unknown color: approx Smalt Blue. HEX triplet: 52, 61 and 66. RGB value is (82,97,102). Sum of RGB (Red+Green+Blue) = 82+97+102=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #526166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526166 is #AD9E99. Grayscale: #5D5D5D. Windows color (decimal): -11378330 or 6709586. OLE color: 6709586.

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

Color convert

RGB8297102-
CMYK0.200.0500.6
HSL195º10.87%36.08%-
HSV(B)195º19.61%40%-
XYZ10.1511.314.22-
YUV93.08133.03120.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=29.18%
G=34.52%
B=36.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82971020.200.0500.619510.8736.08
Hex52616614503Cc3b24
Octal1221411462450743031344
Binary101001011000011100110101001010111100110000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526166; }

 p { color: rgb(82,97,102); }

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

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

 a { background-color: rgb(82,97,102); }

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

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

 span { border-color: rgb(82,97,102); }

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