#105559

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

Shades of Blue Stone #105559

Tints of Blue Stone #105559

Color information

#105559 (or 0x105559) is unknown color: approx Blue Stone. HEX triplet: 10, 55 and 59. RGB value is (16,85,89). Sum of RGB (Red+Green+Blue) = 16+85+89=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #105559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105559 is #EFAAA6. Grayscale: #404040. Windows color (decimal): -15706791 or 5854480. OLE color: 5854480.

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

Color convert

RGB168589-
CMYK0.820.0400.65
HSL183.29º69.52%20.59%-
HSV(B)183.29º82.02%34.9%-
XYZ5.277.3310.59-
YUV64.82141.6493.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=8.42%
G=44.74%
B=46.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1685890.820.0400.65183.2969.5220.59
Hex105559524041b74615
Octal201251311224010126710625
Binary100001010101101100110100101000100000110110111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105559; }

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

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

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

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

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

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

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

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