#155560

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

Shades of Blue Stone #155560

Tints of Blue Stone #155560

Color information

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

HSL color Cylindrical-coordinate representation of color #155560: hue angle of 188.8º 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 #155560 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB218596-
CMYK0.780.1100.62
HSL188.8º64.1%22.94%-
HSV(B)188.8º78.12%37.65%-
XYZ5.677.512.22-
YUV67.12144.395.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2185960.780.1100.62188.864.122.94
Hex1555604EB03Ebd4017
Octal251251401161307627510027
Binary101011010101110000010011101011011111010111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155560; }

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

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

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

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

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

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

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

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