#526469

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

Shades of Smalt Blue #526469

Tints of Smalt Blue #526469

Color information

#526469 (or 0x526469) is unknown color: approx Smalt Blue. HEX triplet: 52, 64 and 69. RGB value is (82,100,105). Sum of RGB (Red+Green+Blue) = 82+100+105=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #526469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526469 is #AD9B96. Grayscale: #5F5F5F. Windows color (decimal): -11377559 or 6906962. OLE color: 6906962.

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

Color convert

RGB82100105-
CMYK0.220.0500.59
HSL193.04º12.3%36.67%-
HSV(B)193.04º21.9%41.18%-
XYZ10.5911.9315.11-
YUV95.19133.54118.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=28.57%
G=34.84%
B=36.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal821001050.220.0500.59193.0412.336.67
Hex52646916503Bc1c25
Octal1221441512650733011445
Binary101001011001001101001101101010111011110000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526469; }

 p { color: rgb(82,100,105); }

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

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

 a { background-color: rgb(82,100,105); }

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

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

 span { border-color: rgb(82,100,105); }

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