#156566

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

Shades of Blue Stone #156566

Tints of Blue Stone #156566

Color information

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

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

Color convert

RGB21101102-
CMYK0.790.0100.6
HSL180.74º65.85%24.12%-
HSV(B)180.74º79.41%40%-
XYZ7.3610.4314.19-
YUV77.1914287.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal211011020.790.0100.6180.7465.8524.12
Hex1565664F103Cb54218
Octal25145146117107426510230
Binary101011100101110011010011111011110010110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156566; }

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

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

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

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

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

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

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

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