#155455

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

Shades of Blue Stone #155455

Tints of Blue Stone #155455

Color information

#155455 (or 0x155455) is unknown color: approx Blue Stone. HEX triplet: 15, 54 and 55. RGB value is (21,84,85). Sum of RGB (Red+Green+Blue) = 21+84+85=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #155455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155455 is #EAABAA. Grayscale: #414141. Windows color (decimal): -15379371 or 5592085. OLE color: 5592085.

HSL color Cylindrical-coordinate representation of color #155455: hue angle of 180.94º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155455 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB218485-
CMYK0.750.0100.67
HSL180.94º60.38%20.78%-
HSV(B)180.94º75.29%33.33%-
XYZ5.127.169.71-
YUV65.28139.1396.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=11.05%
G=44.21%
B=44.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184850.750.0100.67180.9460.3820.78
Hex1554554B1043b53c15
Octal25124125113101032657425
Binary101011010100101010110010111010000111011010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155455; }

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

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

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

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

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

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

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

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