#105859

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

Shades of Blue Stone #105859

Tints of Blue Stone #105859

Color information

#105859 (or 0x105859) is unknown color: approx Blue Stone. HEX triplet: 10, 58 and 59. RGB value is (16,88,89). Sum of RGB (Red+Green+Blue) = 16+88+89=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #105859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105859 is #EFA7A6. Grayscale: #424242. Windows color (decimal): -15706023 or 5855248. OLE color: 5855248.

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

Color convert

RGB168889-
CMYK0.820.0100.65
HSL180.82º69.52%20.59%-
HSV(B)180.82º82.02%34.9%-
XYZ5.517.8110.67-
YUV66.59140.6591.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=8.29%
G=45.60%
B=46.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1688890.820.0100.65180.8269.5220.59
Hex105859521041b54615
Octal201301311221010126510625
Binary1000010110001011001101001010100000110110101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105859; }

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

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

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

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

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

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

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

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