#105659

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

Shades of Blue Stone #105659

Tints of Blue Stone #105659

Color information

#105659 (or 0x105659) is unknown color: approx Blue Stone. HEX triplet: 10, 56 and 59. RGB value is (16,86,89). Sum of RGB (Red+Green+Blue) = 16+86+89=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #105659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105659 is #EFA9A6. Grayscale: #414141. Windows color (decimal): -15706535 or 5854736. OLE color: 5854736.

HSL color Cylindrical-coordinate representation of color #105659: hue angle of 182.47º 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 #105659 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB168689-
CMYK0.820.0300.65
HSL182.47º69.52%20.59%-
HSV(B)182.47º82.02%34.9%-
XYZ5.347.4910.61-
YUV65.41141.3192.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=8.38%
G=45.03%
B=46.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1686890.820.0300.65182.4769.5220.59
Hex105659523041b64615
Octal201261311223010126610625
Binary10000101011010110011010010110100000110110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105659; }

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

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

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

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

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

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

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

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