#155F68

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

Shades of Blue Stone #155F68

Tints of Blue Stone #155F68

Color information

#155F68 (or 0x155F68) is unknown color: approx Blue Stone. HEX triplet: 15, 5F and 68. RGB value is (21,95,104). Sum of RGB (Red+Green+Blue) = 21+95+104=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #155F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F68 is #EAA097. Grayscale: #494949. Windows color (decimal): -15376536 or 6840085. OLE color: 6840085.

HSL color Cylindrical-coordinate representation of color #155F68: hue angle of 186.51º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155F68 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2195104-
CMYK0.800.0900.59
HSL186.51º66.4%24.51%-
HSV(B)186.51º79.81%40.78%-
XYZ6.99.3414.54-
YUV73.9144.9890.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=9.55%
G=43.18%
B=47.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21951040.800.0900.59186.5166.424.51
Hex155F6850903Bbb4219
Octal251371501201107327310231
Binary101011011111110100010100001001011101110111011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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