#155D63

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

Shades of Blue Stone #155D63

Tints of Blue Stone #155D63

Color information

#155D63 (or 0x155D63) is unknown color: approx Blue Stone. HEX triplet: 15, 5D and 63. RGB value is (21,93,99). Sum of RGB (Red+Green+Blue) = 21+93+99=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #155D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D63 is #EAA29C. Grayscale: #484848. Windows color (decimal): -15377053 or 6511893. OLE color: 6511893.

HSL color Cylindrical-coordinate representation of color #155D63: hue angle of 184.62º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155D63 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB219399-
CMYK0.790.0600.61
HSL184.62º65%23.53%-
HSV(B)184.62º78.79%38.82%-
XYZ6.488.8913.18-
YUV72.16143.1591.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=9.86%
G=43.66%
B=46.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2193990.790.0600.61184.626523.53
Hex155D634F603Db94118
Octal25135143117607527110130
Binary10101101110111000111001111110011110110111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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