#155456

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

Shades of Blue Stone #155456

Tints of Blue Stone #155456

Color information

#155456 (or 0x155456) is unknown color: approx Blue Stone. HEX triplet: 15, 54 and 56. RGB value is (21,84,86). Sum of RGB (Red+Green+Blue) = 21+84+86=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #155456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155456 is #EAABA9. Grayscale: #414141. Windows color (decimal): -15379370 or 5657621. OLE color: 5657621.

HSL color Cylindrical-coordinate representation of color #155456: hue angle of 181.85º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155456 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB218486-
CMYK0.760.0200.66
HSL181.85º60.75%20.98%-
HSV(B)181.85º75.58%33.73%-
XYZ5.167.179.92-
YUV65.39139.6396.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=10.99%
G=43.98%
B=45.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2184860.760.0200.66181.8560.7520.98
Hex1554564C2042b63d15
Octal25124126114201022667525
Binary1010110101001010110100110010010000101011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155456; }

 p { color: rgb(21,84,86); }

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

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

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

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

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

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

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