#156464

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

Shades of Blue Stone #156464

Tints of Blue Stone #156464

Color information

#156464 (or 0x156464) is unknown color: approx Blue Stone. HEX triplet: 15, 64 and 64. RGB value is (21,100,100). Sum of RGB (Red+Green+Blue) = 21+100+100=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #156464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156464 is #EA9B9B. Grayscale: #4C4C4C. Windows color (decimal): -15375260 or 6579221. OLE color: 6579221.

HSL color Cylindrical-coordinate representation of color #156464: hue angle of 180º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156464 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB21100100-
CMYK0.79000.61
HSL180º65.29%23.73%-
HSV(B)180º79%39.22%-
XYZ7.1710.1913.65-
YUV76.38141.3388.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 100 (39.45% from 255) = 45.25%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=9.50%
G=45.25%
B=45.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal211001000.79000.6118065.2923.73
Hex1564644F003Db44118
Octal25144144117007526410130
Binary101011100100110010010011110011110110110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156464; }

 p { color: rgb(21,100,100); }

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

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

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

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

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

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

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