#155D65

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

Shades of Blue Stone #155D65

Tints of Blue Stone #155D65

Color information

#155D65 (or 0x155D65) is unknown color: approx Blue Stone. HEX triplet: 15, 5D and 65. RGB value is (21,93,101). Sum of RGB (Red+Green+Blue) = 21+93+101=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #155D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D65 is #EAA29A. Grayscale: #484848. Windows color (decimal): -15377051 or 6642965. OLE color: 6642965.

HSL color Cylindrical-coordinate representation of color #155D65: hue angle of 186º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155D65 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2193101-
CMYK0.790.0800.60
HSL186º65.57%23.92%-
HSV(B)186º79.21%39.61%-
XYZ6.578.9313.69-
YUV72.38144.1591.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=9.77%
G=43.26%
B=46.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21931010.790.0800.6018665.5723.92
Hex155D654F803Cba4218
Octal251351451171007427210230
Binary101011011101110010110011111000011110010111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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