#155B5F

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

Shades of Blue Stone #155B5F

Tints of Blue Stone #155B5F

Color information

#155B5F (or 0x155B5F) is unknown color: approx Blue Stone. HEX triplet: 15, 5B and 5F. RGB value is (21,91,95). Sum of RGB (Red+Green+Blue) = 21+91+95=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #155B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B5F is #EAA4A0. Grayscale: #464646. Windows color (decimal): -15377569 or 6249237. OLE color: 6249237.

HSL color Cylindrical-coordinate representation of color #155B5F: hue angle of 183.24º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155B5F is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB219195-
CMYK0.780.0400.63
HSL183.24º63.79%22.75%-
HSV(B)183.24º77.89%37.25%-
XYZ6.128.4712.14-
YUV70.53141.8192.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 95 (37.5% from 255) = 45.89%
R=10.14%
G=43.96%
B=45.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2191950.780.0400.63183.2463.7922.75
Hex155B5F4E403Fb74017
Octal25133137116407726710027
Binary10101101101110111111001110100011111110110111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,91,95); }

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

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

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

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

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

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

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