#156163

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

Shades of Blue Stone #156163

Tints of Blue Stone #156163

Color information

#156163 (or 0x156163) is unknown color: approx Blue Stone. HEX triplet: 15, 61 and 63. RGB value is (21,97,99). Sum of RGB (Red+Green+Blue) = 21+97+99=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #156163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156163 is #EA9E9C. Grayscale: #4A4A4A. Windows color (decimal): -15376029 or 6512917. OLE color: 6512917.

HSL color Cylindrical-coordinate representation of color #156163: hue angle of 181.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156163 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB219799-
CMYK0.790.0200.61
HSL181.54º65%23.53%-
HSV(B)181.54º78.79%38.82%-
XYZ6.849.6113.3-
YUV74.5141.8289.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=9.68%
G=44.70%
B=45.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2197990.790.0200.61181.546523.53
Hex1561634F203Db64118
Octal25141143117207526610130
Binary1010111000011100011100111110011110110110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156163; }

 p { color: rgb(21,97,99); }

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

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

 a { background-color: rgb(21,97,99); }

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

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

 span { border-color: rgb(21,97,99); }

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