#105563

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

Shades of Blue Stone #105563

Tints of Blue Stone #105563

Color information

#105563 (or 0x105563) is unknown color: approx Blue Stone. HEX triplet: 10, 55 and 63. RGB value is (16,85,99). Sum of RGB (Red+Green+Blue) = 16+85+99=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #105563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105563 is #EFAA9C. Grayscale: #414141. Windows color (decimal): -15706781 or 6509840. OLE color: 6509840.

HSL color Cylindrical-coordinate representation of color #105563: hue angle of 190.12º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105563 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB168599-
CMYK0.840.1400.61
HSL190.12º72.17%22.55%-
HSV(B)190.12º83.84%38.82%-
XYZ5.717.5112.95-
YUV65.96146.6492.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=8%
G=42.5%
B=49.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1685990.840.1400.61190.1272.1722.55
Hex10556354E03Dbe4817
Octal201251431241607527611027
Binary100001010101110001110101001110011110110111110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105563; }

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

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

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

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

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

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

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

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