#155B5E

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

Shades of Blue Stone #155B5E

Tints of Blue Stone #155B5E

Color information

#155B5E (or 0x155B5E) is unknown color: approx Blue Stone. HEX triplet: 15, 5B and 5E. RGB value is (21,91,94). Sum of RGB (Red+Green+Blue) = 21+91+94=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #155B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B5E is #EAA4A1. Grayscale: #464646. Windows color (decimal): -15377570 or 6183701. OLE color: 6183701.

HSL color Cylindrical-coordinate representation of color #155B5E: hue angle of 182.47º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155B5E is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB219194-
CMYK0.780.0300.63
HSL182.47º63.48%22.55%-
HSV(B)182.47º77.66%36.86%-
XYZ6.078.4511.9-
YUV70.41141.3192.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=10.19%
G=44.17%
B=45.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2191940.780.0300.63182.4763.4822.55
Hex155B5E4E303Fb63f17
Octal2513313611630772667727
Binary101011011011101111010011101101111111011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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