#155c5b

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

Shades of Blue Stone #155C5B

Tints of Blue Stone #155C5B

Color information

#155C5B (or 0x155C5B) is unknown color: approx Blue Stone. HEX triplet: 15, 5C and 5B. RGB value is (21,92,91). Sum of RGB (Red+Green+Blue) = 21+92+91=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #155C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C5B is #EAA3A4. Grayscale: #464646. Windows color (decimal): -15377317 or 5987349. OLE color: 5987349.

HSL color Cylindrical-coordinate representation of color #155C5B: hue angle of 179.15º degrees, saturation: 0.63, 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 #155C5B is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB219291-
CMYK0.7700.010.64
HSL179.15º62.83%22.16%-
HSV(B)179.15º77.17%36.08%-
XYZ6.028.5711.23-
YUV70.66139.4892.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 92 (36.33% from 255) = 45.10%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=10.29%
G=45.10%
B=44.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192910.7700.010.64179.1562.8322.16
Hex155C5B4D0140b33f16
Octal25134133115011002637726
Binary101011011100101101110011010110000001011001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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