#105F53

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

Shades of Blue Stone #105F53

Tints of Blue Stone #105F53

Color information

#105F53 (or 0x105F53) is unknown color: approx Blue Stone. HEX triplet: 10, 5F and 53. RGB value is (16,95,83). Sum of RGB (Red+Green+Blue) = 16+95+83=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #105F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F53 is #EFA0AC. Grayscale: #454545. Windows color (decimal): -15704237 or 5463824. OLE color: 5463824.

HSL color Cylindrical-coordinate representation of color #105F53: hue angle of 170.89º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F53 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB169583-
CMYK0.8300.130.63
HSL170.89º71.17%21.76%-
HSV(B)170.89º83.16%37.25%-
XYZ5.878.929.6-
YUV70.01135.3389.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 95 (37.5% from 255) = 48.97%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=8.25%
G=48.97%
B=42.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1695830.8300.130.63170.8971.1721.76
Hex105F53530D3Fab4716
Octal201371231230157725310726
Binary100001011111101001110100110110111111110101011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105F53; }

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

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

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

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

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

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

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

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