#155B6A

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

Shades of Blue Stone #155B6A

Tints of Blue Stone #155B6A

Color information

#155B6A (or 0x155B6A) is unknown color: approx Blue Stone. HEX triplet: 15, 5B and 6A. RGB value is (21,91,106). Sum of RGB (Red+Green+Blue) = 21+91+106=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #155B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B6A is #EAA495. Grayscale: #474747. Windows color (decimal): -15377558 or 6970133. OLE color: 6970133.

HSL color Cylindrical-coordinate representation of color #155B6A: hue angle of 190.59º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155B6A is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2191106-
CMYK0.800.1400.58
HSL190.59º66.93%24.9%-
HSV(B)190.59º80.19%41.57%-
XYZ6.658.6814.96-
YUV71.78147.3191.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=9.63%
G=41.74%
B=48.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21911060.800.1400.58190.5966.9324.9
Hex155B6A50E03Abf4319
Octal251331521201607227710331
Binary101011011011110101010100001110011101010111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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