#155961

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

Shades of Blue Stone #155961

Tints of Blue Stone #155961

Color information

#155961 (or 0x155961) is unknown color: approx Blue Stone. HEX triplet: 15, 59 and 61. RGB value is (21,89,97). Sum of RGB (Red+Green+Blue) = 21+89+97=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #155961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155961 is #EAA69E. Grayscale: #454545. Windows color (decimal): -15378079 or 6379797. OLE color: 6379797.

HSL color Cylindrical-coordinate representation of color #155961: hue angle of 186.32º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155961 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB218997-
CMYK0.780.0800.62
HSL186.32º64.41%23.14%-
HSV(B)186.32º78.35%38.04%-
XYZ6.048.1712.57-
YUV69.58143.4793.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=10.14%
G=43.00%
B=46.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2189970.780.0800.62186.3264.4123.14
Hex1559614E803Eba4017
Octal251311411161007627210027
Binary101011011001110000110011101000011111010111010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155961; }

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

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

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

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

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

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

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

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