#155C5C

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

Shades of Blue Stone #155C5C

Tints of Blue Stone #155C5C

Color information

#155C5C (or 0x155C5C) is unknown color: approx Blue Stone. HEX triplet: 15, 5C and 5C. RGB value is (21,92,92). Sum of RGB (Red+Green+Blue) = 21+92+92=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #155C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C5C is #EAA3A3. Grayscale: #464646. Windows color (decimal): -15377316 or 6052885. OLE color: 6052885.

HSL color Cylindrical-coordinate representation of color #155C5C: hue angle of 180º 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 #155C5C is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB219292-
CMYK0.77000.64
HSL180º62.83%22.16%-
HSV(B)180º77.17%36.08%-
XYZ6.078.5911.46-
YUV70.77139.9892.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=10.24%
G=44.88%
B=44.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192920.77000.6418062.8322.16
Hex155C5C4D0040b43f16
Octal25134134115001002647726
Binary101011011100101110010011010010000001011010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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