#155659

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

Shades of Blue Stone #155659

Tints of Blue Stone #155659

Color information

#155659 (or 0x155659) is unknown color: approx Blue Stone. HEX triplet: 15, 56 and 59. RGB value is (21,86,89). Sum of RGB (Red+Green+Blue) = 21+86+89=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #155659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155659 is #EAA9A6. Grayscale: #424242. Windows color (decimal): -15378855 or 5854741. OLE color: 5854741.

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

Color convert

RGB218689-
CMYK0.760.0300.65
HSL182.65º61.82%21.57%-
HSV(B)182.65º76.4%34.9%-
XYZ5.447.5410.62-
YUV66.91140.4795.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=10.71%
G=43.88%
B=45.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2186890.760.0300.65182.6561.8221.57
Hex1556594C3041b73e16
Octal25126131114301012677626
Binary1010110101101011001100110011010000011011011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155659; }

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

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

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

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

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

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

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

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