#155C53

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

Shades of Blue Stone #155C53

Tints of Blue Stone #155C53

Color information

#155C53 (or 0x155C53) is unknown color: approx Blue Stone. HEX triplet: 15, 5C and 53. RGB value is (21,92,83). Sum of RGB (Red+Green+Blue) = 21+92+83=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #155C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C53 is #EAA3AC. Grayscale: #454545. Windows color (decimal): -15377325 or 5463061. OLE color: 5463061.

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

Color convert

RGB219283-
CMYK0.7700.100.64
HSL172.39º62.83%22.16%-
HSV(B)172.39º77.17%36.08%-
XYZ5.78.449.51-
YUV69.74135.4893.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 92 (36.33% from 255) = 46.94%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=10.71%
G=46.94%
B=42.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192830.7700.100.64172.3962.8322.16
Hex155C534D0A40ac3f16
Octal251341231150121002547726
Binary101011011100101001110011010101010000001010110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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