#155859

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

Shades of Blue Stone #155859

Tints of Blue Stone #155859

Color information

#155859 (or 0x155859) is unknown color: approx Blue Stone. HEX triplet: 15, 58 and 59. RGB value is (21,88,89). Sum of RGB (Red+Green+Blue) = 21+88+89=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #155859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155859 is #EAA7A6. Grayscale: #444444. Windows color (decimal): -15378343 or 5855253. OLE color: 5855253.

HSL color Cylindrical-coordinate representation of color #155859: hue angle of 180.88º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155859 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB218889-
CMYK0.760.0100.65
HSL180.88º61.82%21.57%-
HSV(B)180.88º76.4%34.9%-
XYZ5.67.8610.67-
YUV68.08139.894.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=10.61%
G=44.44%
B=44.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2188890.760.0100.65180.8861.8221.57
Hex1558594C1041b53e16
Octal25130131114101012657626
Binary101011011000101100110011001010000011011010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155859; }

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

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

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

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

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

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

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

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