#155C68

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

Shades of Blue Stone #155C68

Tints of Blue Stone #155C68

Color information

#155C68 (or 0x155C68) is unknown color: approx Blue Stone. HEX triplet: 15, 5C and 68. RGB value is (21,92,104). Sum of RGB (Red+Green+Blue) = 21+92+104=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #155C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C68 is #EAA397. Grayscale: #484848. Windows color (decimal): -15377304 or 6839317. OLE color: 6839317.

HSL color Cylindrical-coordinate representation of color #155C68: hue angle of 188.67º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155C68 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2192104-
CMYK0.800.1200.59
HSL188.67º66.4%24.51%-
HSV(B)188.67º79.81%40.78%-
XYZ6.648.8114.45-
YUV72.14145.9891.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=9.68%
G=42.40%
B=47.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21921040.800.1200.59188.6766.424.51
Hex155C6850C03Bbd4219
Octal251341501201407327510231
Binary101011011100110100010100001100011101110111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155C68; }

 p { color: rgb(21,92,104); }

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

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

 a { background-color: rgb(21,92,104); }

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

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

 span { border-color: rgb(21,92,104); }

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