#155A5D

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

Shades of Blue Stone #155A5D

Tints of Blue Stone #155A5D

Color information

#155A5D (or 0x155A5D) is unknown color: approx Blue Stone. HEX triplet: 15, 5A and 5D. RGB value is (21,90,93). Sum of RGB (Red+Green+Blue) = 21+90+93=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #155A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A5D is #EAA5A2. Grayscale: #454545. Windows color (decimal): -15377827 or 6117909. OLE color: 6117909.

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

Color convert

RGB219093-
CMYK0.770.0300.64
HSL182.5º63.16%22.35%-
HSV(B)182.5º77.42%36.47%-
XYZ5.948.2611.64-
YUV69.71141.1493.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=10.29%
G=44.12%
B=45.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2190930.770.0300.64182.563.1622.35
Hex155A5D4D3040b63f16
Octal25132135115301002667726
Binary1010110110101011101100110111010000001011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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