#105959

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

Shades of Blue Stone #105959

Tints of Blue Stone #105959

Color information

#105959 (or 0x105959) is unknown color: approx Blue Stone. HEX triplet: 10, 59 and 59. RGB value is (16,89,89). Sum of RGB (Red+Green+Blue) = 16+89+89=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #105959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105959 is #EFA6A6. Grayscale: #434343. Windows color (decimal): -15705767 or 5855504. OLE color: 5855504.

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

Color convert

RGB168989-
CMYK0.82000.65
HSL180º69.52%20.59%-
HSV(B)180º82.02%34.9%-
XYZ5.597.9810.7-
YUV67.17140.3291.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=8.25%
G=45.88%
B=45.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1689890.82000.6518069.5220.59
Hex105959520041b44615
Octal201311311220010126410625
Binary1000010110011011001101001000100000110110100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105959; }

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

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

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

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

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

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

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

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