#106056

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

Shades of Blue Stone #106056

Tints of Blue Stone #106056

Color information

#106056 (or 0x106056) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 56. RGB value is (16,96,86). Sum of RGB (Red+Green+Blue) = 16+96+86=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #106056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106056 is #EF9FA9. Grayscale: #464646. Windows color (decimal): -15703978 or 5660688. OLE color: 5660688.

HSL color Cylindrical-coordinate representation of color #106056: hue angle of 172.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 #106056 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB169686-
CMYK0.8300.100.62
HSL172.5º71.43%21.96%-
HSV(B)172.5º83.33%37.65%-
XYZ6.089.1510.25-
YUV70.94136.588.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=8.08%
G=48.48%
B=43.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696860.8300.100.62172.571.4321.96
Hex106056530A3Eac4716
Octal201401261230127625410726
Binary100001100000101011010100110101011111010101100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106056; }

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

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

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

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

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

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

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

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