#156659

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

Shades of Blue Stone #156659

Tints of Blue Stone #156659

Color information

#156659 (or 0x156659) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 59. RGB value is (21,102,89). Sum of RGB (Red+Green+Blue) = 21+102+89=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #156659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156659 is #EA99A6. Grayscale: #4C4C4C. Windows color (decimal): -15374759 or 5858837. OLE color: 5858837.

HSL color Cylindrical-coordinate representation of color #156659: hue angle of 170.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156659 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB2110289-
CMYK0.7900.130.6
HSL170.37º65.85%24.12%-
HSV(B)170.37º79.41%40%-
XYZ6.8610.3811.09-
YUV76.3135.1688.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=9.91%
G=48.11%
B=41.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102890.7900.130.6170.3765.8524.12
Hex1566594F0D3Caa4218
Octal251461311170157425210230
Binary101011100110101100110011110110111110010101010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156659; }

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

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

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

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

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

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

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

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