#155966

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

Shades of Blue Stone #155966

Tints of Blue Stone #155966

Color information

#155966 (or 0x155966) is unknown color: approx Blue Stone. HEX triplet: 15, 59 and 66. RGB value is (21,89,102). Sum of RGB (Red+Green+Blue) = 21+89+102=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #155966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155966 is #EAA699. Grayscale: #464646. Windows color (decimal): -15378074 or 6707477. OLE color: 6707477.

HSL color Cylindrical-coordinate representation of color #155966: hue angle of 189.63º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155966 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2189102-
CMYK0.790.1300.6
HSL189.63º65.85%24.12%-
HSV(B)189.63º79.41%40%-
XYZ6.288.2613.83-
YUV70.15145.9792.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=9.91%
G=41.98%
B=48.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21891020.790.1300.6189.6365.8524.12
Hex1559664FD03Cbe4218
Octal251311461171507427610230
Binary101011011001110011010011111101011110010111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155966; }

 p { color: rgb(21,89,102); }

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

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

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

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

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

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

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