#155951

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

Shades of Blue Stone #155951

Tints of Blue Stone #155951

Color information

#155951 (or 0x155951) is unknown color: approx Blue Stone. HEX triplet: 15, 59 and 51. RGB value is (21,89,81). Sum of RGB (Red+Green+Blue) = 21+89+81=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #155951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155951 is #EAA6AE. Grayscale: #434343. Windows color (decimal): -15378095 or 5331221. OLE color: 5331221.

HSL color Cylindrical-coordinate representation of color #155951: hue angle of 172.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155951 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB218981-
CMYK0.7600.090.65
HSL172.94º61.82%21.57%-
HSV(B)172.94º76.4%34.9%-
XYZ5.377.99.03-
YUV67.76135.4794.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=10.99%
G=46.60%
B=42.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189810.7600.090.65172.9461.8221.57
Hex1559514C0941ad3e16
Octal251311211140111012557626
Binary101011011001101000110011000100110000011010110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155951; }

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

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

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

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

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

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

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

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