#155D53

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

Shades of Blue Stone #155D53

Tints of Blue Stone #155D53

Color information

#155D53 (or 0x155D53) is unknown color: approx Blue Stone. HEX triplet: 15, 5D and 53. RGB value is (21,93,83). Sum of RGB (Red+Green+Blue) = 21+93+83=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #155D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D53 is #EAA2AC. Grayscale: #464646. Windows color (decimal): -15377069 or 5463317. OLE color: 5463317.

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

Color convert

RGB219383-
CMYK0.7700.110.64
HSL171.67º63.16%22.35%-
HSV(B)171.67º77.42%36.47%-
XYZ5.788.619.54-
YUV70.33135.1592.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=10.66%
G=47.21%
B=42.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2193830.7700.110.64171.6763.1622.35
Hex155D534D0B40ac3f16
Octal251351231150131002547726
Binary101011011101101001110011010101110000001010110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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