#106052

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

Shades of Blue Stone #106052

Tints of Blue Stone #106052

Color information

#106052 (or 0x106052) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 52. RGB value is (16,96,82). Sum of RGB (Red+Green+Blue) = 16+96+82=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #106052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106052 is #EF9FAD. Grayscale: #464646. Windows color (decimal): -15703982 or 5398544. OLE color: 5398544.

HSL color Cylindrical-coordinate representation of color #106052: hue angle of 169.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106052 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB169682-
CMYK0.8300.150.62
HSL169.5º71.43%21.96%-
HSV(B)169.5º83.33%37.65%-
XYZ5.929.099.42-
YUV70.48134.589.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=8.25%
G=49.48%
B=42.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696820.8300.150.62169.571.4321.96
Hex106052530F3Eaa4716
Octal201401221230177625210726
Binary100001100000101001010100110111111111010101010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106052; }

 p { color: rgb(16,96,82); }

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

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

 a { background-color: rgb(16,96,82); }

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

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

 span { border-color: rgb(16,96,82); }

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