#156159

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

Shades of Blue Stone #156159

Tints of Blue Stone #156159

Color information

#156159 (or 0x156159) is unknown color: approx Blue Stone. HEX triplet: 15, 61 and 59. RGB value is (21,97,89). Sum of RGB (Red+Green+Blue) = 21+97+89=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #156159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156159 is #EA9EA6. Grayscale: #494949. Windows color (decimal): -15376039 or 5857557. OLE color: 5857557.

HSL color Cylindrical-coordinate representation of color #156159: hue angle of 173.68º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156159 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB219789-
CMYK0.7800.080.62
HSL173.68º64.41%23.14%-
HSV(B)173.68º78.35%38.04%-
XYZ6.399.4310.93-
YUV73.36136.8290.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=10.14%
G=46.86%
B=43.00%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197890.7800.080.62173.6864.4123.14
Hex1561594E083Eae4017
Octal251411311160107625610027
Binary101011100001101100110011100100011111010101110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156159; }

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

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

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

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

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

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

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

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