#156665

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

Shades of Blue Stone #156665

Tints of Blue Stone #156665

Color information

#156665 (or 0x156665) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 65. RGB value is (21,102,101). Sum of RGB (Red+Green+Blue) = 21+102+101=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #156665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156665 is #EA999A. Grayscale: #4D4D4D. Windows color (decimal): -15374747 or 6645269. OLE color: 6645269.

HSL color Cylindrical-coordinate representation of color #156665: hue angle of 179.26º 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 #156665 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB21102101-
CMYK0.7900.010.6
HSL179.26º65.85%24.12%-
HSV(B)179.26º79.41%40%-
XYZ7.4110.613.97-
YUV77.67141.1687.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=9.38%
G=45.54%
B=45.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal211021010.7900.010.6179.2665.8524.12
Hex1566654F013Cb34218
Octal25146145117017426310230
Binary101011100110110010110011110111110010110011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156665; }

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

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

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

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

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

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

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

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