#155259

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

Shades of Blue Stone #155259

Tints of Blue Stone #155259

Color information

#155259 (or 0x155259) is unknown color: approx Blue Stone. HEX triplet: 15, 52 and 59. RGB value is (21,82,89). Sum of RGB (Red+Green+Blue) = 21+82+89=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #155259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155259 is #EAADA6. Grayscale: #404040. Windows color (decimal): -15379879 or 5853717. OLE color: 5853717.

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

Color convert

RGB218289-
CMYK0.760.0800.65
HSL186.18º61.82%21.57%-
HSV(B)186.18º76.4%34.9%-
XYZ5.136.9210.52-
YUV64.56141.7996.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=10.94%
G=42.71%
B=46.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2182890.760.0800.65186.1861.8221.57
Hex1552594C8041ba3e16
Octal251221311141001012727626
Binary101011010010101100110011001000010000011011101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155259; }

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

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

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

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

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

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

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

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