#155B59

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

Shades of Blue Stone #155B59

Tints of Blue Stone #155B59

Color information

#155B59 (or 0x155B59) is unknown color: approx Blue Stone. HEX triplet: 15, 5B and 59. RGB value is (21,91,89). Sum of RGB (Red+Green+Blue) = 21+91+89=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #155B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B59 is #EAA4A6. Grayscale: #454545. Windows color (decimal): -15377575 or 5856021. OLE color: 5856021.

HSL color Cylindrical-coordinate representation of color #155B59: hue angle of 178.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B59 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB219189-
CMYK0.7700.020.64
HSL178.29º62.5%21.96%-
HSV(B)178.29º76.92%35.69%-
XYZ5.858.3610.76-
YUV69.84138.8193.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 91 (35.94% from 255) = 45.27%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=10.45%
G=45.27%
B=44.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191890.7700.020.64178.2962.521.96
Hex155B594D0240b23e16
Octal25133131115021002627626
Binary1010110110111011001100110101010000001011001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155B59; }

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

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

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

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

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

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

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

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