#155C5D

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

Shades of Blue Stone #155C5D

Tints of Blue Stone #155C5D

Color information

#155C5D (or 0x155C5D) is unknown color: approx Blue Stone. HEX triplet: 15, 5C and 5D. RGB value is (21,92,93). Sum of RGB (Red+Green+Blue) = 21+92+93=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #155C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C5D is #EAA3A2. Grayscale: #464646. Windows color (decimal): -15377315 or 6118421. OLE color: 6118421.

HSL color Cylindrical-coordinate representation of color #155C5D: hue angle of 180.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C5D is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB219293-
CMYK0.770.0100.64
HSL180.83º63.16%22.35%-
HSV(B)180.83º77.42%36.47%-
XYZ6.118.611.69-
YUV70.89140.4892.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 92 (36.33% from 255) = 44.66%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=10.19%
G=44.66%
B=45.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192930.770.0100.64180.8363.1622.35
Hex155C5D4D1040b53f16
Octal25134135115101002657726
Binary101011011100101110110011011010000001011010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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