#155458

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

Shades of Blue Stone #155458

Tints of Blue Stone #155458

Color information

#155458 (or 0x155458) is unknown color: approx Blue Stone. HEX triplet: 15, 54 and 58. RGB value is (21,84,88). Sum of RGB (Red+Green+Blue) = 21+84+88=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #155458 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155458 is #EAABA7. Grayscale: #414141. Windows color (decimal): -15379368 or 5788693. OLE color: 5788693.

HSL color Cylindrical-coordinate representation of color #155458: hue angle of 183.58º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155458 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB218488-
CMYK0.760.0500.65
HSL183.58º61.47%21.37%-
HSV(B)183.58º76.14%34.51%-
XYZ5.247.210.35-
YUV65.62140.6396.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=10.88%
G=43.52%
B=45.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2184880.760.0500.65183.5861.4721.37
Hex1554584C5041b83d15
Octal25124130114501012707525
Binary10101101010010110001001100101010000011011100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155458; }

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

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

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

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

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

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

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

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