#105759

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

Shades of Blue Stone #105759

Tints of Blue Stone #105759

Color information

#105759 (or 0x105759) is unknown color: approx Blue Stone. HEX triplet: 10, 57 and 59. RGB value is (16,87,89). Sum of RGB (Red+Green+Blue) = 16+87+89=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #105759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105759 is #EFA8A6. Grayscale: #414141. Windows color (decimal): -15706279 or 5854992. OLE color: 5854992.

HSL color Cylindrical-coordinate representation of color #105759: hue angle of 181.64º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105759 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB168789-
CMYK0.820.0200.65
HSL181.64º69.52%20.59%-
HSV(B)181.64º82.02%34.9%-
XYZ5.437.6510.64-
YUV66140.9892.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=8.33%
G=45.31%
B=46.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1687890.820.0200.65181.6469.5220.59
Hex105759522041b64615
Octal201271311222010126610625
Binary10000101011110110011010010100100000110110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105759; }

 p { color: rgb(16,87,89); }

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

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

 a { background-color: rgb(16,87,89); }

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

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

 span { border-color: rgb(16,87,89); }

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