#155D69

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

Shades of Blue Stone #155D69

Tints of Blue Stone #155D69

Color information

#155D69 (or 0x155D69) is unknown color: approx Blue Stone. HEX triplet: 15, 5D and 69. RGB value is (21,93,105). Sum of RGB (Red+Green+Blue) = 21+93+105=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #155D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D69 is #EAA296. Grayscale: #484848. Windows color (decimal): -15377047 or 6905109. OLE color: 6905109.

HSL color Cylindrical-coordinate representation of color #155D69: hue angle of 188.57º degrees, saturation: 0.67, 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 #155D69 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2193105-
CMYK0.800.1100.59
HSL188.57º66.67%24.71%-
HSV(B)188.57º80%41.18%-
XYZ6.779.0114.75-
YUV72.84146.1591.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=9.59%
G=42.47%
B=47.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21931050.800.1100.59188.5766.6724.71
Hex155D6950B03Bbd4319
Octal251351511201307327510331
Binary101011011101110100110100001011011101110111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,93,105); }

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

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

 a { background-color: rgb(21,93,105); }

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

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

 span { border-color: rgb(21,93,105); }

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