#155C65

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

Shades of Blue Stone #155C65

Tints of Blue Stone #155C65

Color information

#155C65 (or 0x155C65) is unknown color: approx Blue Stone. HEX triplet: 15, 5C and 65. RGB value is (21,92,101). Sum of RGB (Red+Green+Blue) = 21+92+101=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #155C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C65 is #EAA39A. Grayscale: #474747. Windows color (decimal): -15377307 or 6642709. OLE color: 6642709.

HSL color Cylindrical-coordinate representation of color #155C65: hue angle of 186.75º 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 #155C65 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2192101-
CMYK0.790.0900.60
HSL186.75º65.57%23.92%-
HSV(B)186.75º79.21%39.61%-
XYZ6.498.7513.66-
YUV71.8144.4891.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=9.81%
G=42.99%
B=47.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21921010.790.0900.60186.7565.5723.92
Hex155C654F903Cbb4218
Octal251341451171107427310230
Binary101011011100110010110011111001011110010111011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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