#156858

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

Shades of Blue Stone #156858

Tints of Blue Stone #156858

Color information

#156858 (or 0x156858) is unknown color: approx Blue Stone. HEX triplet: 15, 68 and 58. RGB value is (21,104,88). Sum of RGB (Red+Green+Blue) = 21+104+88=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #156858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156858 is #EA97A7. Grayscale: #4D4D4D. Windows color (decimal): -15374248 or 5793813. OLE color: 5793813.

HSL color Cylindrical-coordinate representation of color #156858: hue angle of 168.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156858 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB2110488-
CMYK0.8000.150.59
HSL168.43º66.4%24.51%-
HSV(B)168.43º79.81%40.78%-
XYZ7.0210.7610.94-
YUV77.3613487.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=9.86%
G=48.83%
B=41.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104880.8000.150.59168.4366.424.51
Hex156858500F3Ba84219
Octal251501301200177325010231
Binary101011101000101100010100000111111101110101000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156858; }

 p { color: rgb(21,104,88); }

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

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

 a { background-color: rgb(21,104,88); }

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

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

 span { border-color: rgb(21,104,88); }

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