#156658

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

Shades of Blue Stone #156658

Tints of Blue Stone #156658

Color information

#156658 (or 0x156658) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 58. RGB value is (21,102,88). Sum of RGB (Red+Green+Blue) = 21+102+88=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #156658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156658 is #EA99A7. Grayscale: #4C4C4C. Windows color (decimal): -15374760 or 5793301. OLE color: 5793301.

HSL color Cylindrical-coordinate representation of color #156658: hue angle of 169.63º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156658 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB2110288-
CMYK0.7900.140.6
HSL169.63º65.85%24.12%-
HSV(B)169.63º79.41%40%-
XYZ6.8210.3710.87-
YUV76.18134.6688.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=9.95%
G=48.34%
B=41.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102880.7900.140.6169.6365.8524.12
Hex1566584F0E3Caa4218
Octal251461301170167425210230
Binary101011100110101100010011110111011110010101010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156658; }

 p { color: rgb(21,102,88); }

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

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

 a { background-color: rgb(21,102,88); }

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

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

 span { border-color: rgb(21,102,88); }

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