#155851

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

Shades of Blue Stone #155851

Tints of Blue Stone #155851

Color information

#155851 (or 0x155851) is unknown color: approx Blue Stone. HEX triplet: 15, 58 and 51. RGB value is (21,88,81). Sum of RGB (Red+Green+Blue) = 21+88+81=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #155851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155851 is #EAA7AE. Grayscale: #434343. Windows color (decimal): -15378351 or 5330965. OLE color: 5330965.

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

Color convert

RGB218881-
CMYK0.7600.080.65
HSL173.73º61.47%21.37%-
HSV(B)173.73º76.14%34.51%-
XYZ5.287.739-
YUV67.17135.895.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=11.05%
G=46.32%
B=42.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2188810.7600.080.65173.7361.4721.37
Hex1558514C0841ae3d15
Octal251301211140101012567525
Binary101011011000101000110011000100010000011010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155851; }

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

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

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

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

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

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

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

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