#525F63

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

Shades of Smalt Blue #525F63

Tints of Smalt Blue #525F63

Color information

#525F63 (or 0x525F63) is unknown color: approx Smalt Blue. HEX triplet: 52, 5F and 63. RGB value is (82,95,99). Sum of RGB (Red+Green+Blue) = 82+95+99=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #525F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F63 is #ADA09C. Grayscale: #5B5B5B. Windows color (decimal): -11378845 or 6512466. OLE color: 6512466.

HSL color Cylindrical-coordinate representation of color #525F63: hue angle of 194.12º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525F63 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB829599-
CMYK0.170.0400.61
HSL194.12º9.39%35.49%-
HSV(B)194.12º17.17%38.82%-
XYZ9.8210.8813.39-
YUV91.57132.19121.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=29.71%
G=34.42%
B=35.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8295990.170.0400.61194.129.3935.49
Hex525F6311403Dc2923
Octal1221371432140753021143
Binary101001010111111100011100011000111101110000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525F63; }

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

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

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

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

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

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

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

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