#155C5A

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

Shades of Blue Stone #155C5A

Tints of Blue Stone #155C5A

Color information

#155C5A (or 0x155C5A) is unknown color: approx Blue Stone. HEX triplet: 15, 5C and 5A. RGB value is (21,92,90). Sum of RGB (Red+Green+Blue) = 21+92+90=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #155C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C5A is #EAA3A5. Grayscale: #464646. Windows color (decimal): -15377318 or 5921813. OLE color: 5921813.

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

Color convert

RGB219290-
CMYK0.7700.020.64
HSL178.31º62.83%22.16%-
HSV(B)178.31º77.17%36.08%-
XYZ5.988.5511.01-
YUV70.54138.9892.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=10.34%
G=45.32%
B=44.33%

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
Decimal2192900.7700.020.64178.3162.8322.16
Hex155C5A4D0240b23f16
Octal25134132115021002627726
Binary1010110111001011010100110101010000001011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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