#155B5B

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

Shades of Blue Stone #155B5B

Tints of Blue Stone #155B5B

Color information

#155B5B (or 0x155B5B) is unknown color: approx Blue Stone. HEX triplet: 15, 5B and 5B. RGB value is (21,91,91). Sum of RGB (Red+Green+Blue) = 21+91+91=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #155B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B5B is #EAA4A4. Grayscale: #464646. Windows color (decimal): -15377573 or 5987093. OLE color: 5987093.

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

Color convert

RGB219191-
CMYK0.77000.64
HSL180º62.5%21.96%-
HSV(B)180º76.92%35.69%-
XYZ5.948.411.21-
YUV70.07139.8193-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 91 (35.94% from 255) = 44.83%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=10.34%
G=44.83%
B=44.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191910.77000.6418062.521.96
Hex155B5B4D0040b43e16
Octal25133133115001002647626
Binary101011011011101101110011010010000001011010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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