#156055

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

Shades of Blue Stone #156055

Tints of Blue Stone #156055

Color information

#156055 (or 0x156055) is unknown color: approx Blue Stone. HEX triplet: 15, 60 and 55. RGB value is (21,96,85). Sum of RGB (Red+Green+Blue) = 21+96+85=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #156055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156055 is #EA9FAA. Grayscale: #484848. Windows color (decimal): -15376299 or 5595157. OLE color: 5595157.

HSL color Cylindrical-coordinate representation of color #156055: hue angle of 171.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156055 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB219685-
CMYK0.7800.110.62
HSL171.2º64.1%22.94%-
HSV(B)171.2º78.12%37.65%-
XYZ6.139.1810.04-
YUV72.32135.1591.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=10.40%
G=47.52%
B=42.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196850.7800.110.62171.264.122.94
Hex1560554E0B3Eab4017
Octal251401251160137625310027
Binary101011100000101010110011100101111111010101011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156055; }

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

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

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

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

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

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

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

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