#156158

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

Shades of Blue Stone #156158

Tints of Blue Stone #156158

Color information

#156158 (or 0x156158) is unknown color: approx Blue Stone. HEX triplet: 15, 61 and 58. RGB value is (21,97,88). Sum of RGB (Red+Green+Blue) = 21+97+88=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #156158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156158 is #EA9EA7. Grayscale: #494949. Windows color (decimal): -15376040 or 5792021. OLE color: 5792021.

HSL color Cylindrical-coordinate representation of color #156158: hue angle of 172.89º 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 #156158 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB219788-
CMYK0.7800.090.62
HSL172.89º64.41%23.14%-
HSV(B)172.89º78.35%38.04%-
XYZ6.359.4110.72-
YUV73.25136.3290.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=10.19%
G=47.09%
B=42.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197880.7800.090.62172.8964.4123.14
Hex1561584E093Ead4017
Octal251411301160117625510027
Binary101011100001101100010011100100111111010101101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156158; }

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

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

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

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

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

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

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

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