#106053

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

Shades of Blue Stone #106053

Tints of Blue Stone #106053

Color information

#106053 (or 0x106053) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 53. RGB value is (16,96,83). Sum of RGB (Red+Green+Blue) = 16+96+83=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #106053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106053 is #EF9FAC. Grayscale: #464646. Windows color (decimal): -15703981 or 5464080. OLE color: 5464080.

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

Color convert

RGB169683-
CMYK0.8300.140.62
HSL170.25º71.43%21.96%-
HSV(B)170.25º83.33%37.65%-
XYZ5.969.19.63-
YUV70.613589.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=8.21%
G=49.23%
B=42.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696830.8300.140.62170.2571.4321.96
Hex106053530E3Eaa4716
Octal201401231230167625210726
Binary100001100000101001110100110111011111010101010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106053; }

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

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

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

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

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

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

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

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