#155459

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

Shades of Blue Stone #155459

Tints of Blue Stone #155459

Color information

#155459 (or 0x155459) is unknown color: approx Blue Stone. HEX triplet: 15, 54 and 59. RGB value is (21,84,89). Sum of RGB (Red+Green+Blue) = 21+84+89=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #155459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155459 is #EAABA6. Grayscale: #414141. Windows color (decimal): -15379367 or 5854229. OLE color: 5854229.

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

Color convert

RGB218489-
CMYK0.760.0600.65
HSL184.41º61.82%21.57%-
HSV(B)184.41º76.4%34.9%-
XYZ5.287.2210.57-
YUV65.73141.1396.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=10.82%
G=43.30%
B=45.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2184890.760.0600.65184.4161.8221.57
Hex1554594C6041b83e16
Octal25124131114601012707626
Binary10101101010010110011001100110010000011011100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155459; }

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

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

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

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

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

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

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

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