#155958

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

Shades of Blue Stone #155958

Tints of Blue Stone #155958

Color information

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

HSL color Cylindrical-coordinate representation of color #155958: hue angle of 179.12º 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 #155958 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB218988-
CMYK0.7600.010.65
HSL179.12º61.82%21.57%-
HSV(B)179.12º76.4%34.9%-
XYZ5.648.0110.48-
YUV68.55138.9794.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189880.7600.010.65179.1261.8221.57
Hex1559584C0141b33e16
Octal25131130114011012637626
Binary101011011001101100010011000110000011011001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155958; }

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

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

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

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

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

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

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

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