#156263

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

Shades of Blue Stone #156263

Tints of Blue Stone #156263

Color information

#156263 (or 0x156263) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 63. RGB value is (21,98,99). Sum of RGB (Red+Green+Blue) = 21+98+99=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #156263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156263 is #EA9D9C. Grayscale: #4B4B4B. Windows color (decimal): -15375773 or 6513173. OLE color: 6513173.

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

Color convert

RGB219899-
CMYK0.790.0100.61
HSL180.77º65%23.53%-
HSV(B)180.77º78.79%38.82%-
XYZ6.939.813.33-
YUV75.09141.4989.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=9.63%
G=44.95%
B=45.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2198990.790.0100.61180.776523.53
Hex1562634F103Db54118
Octal25142143117107526510130
Binary101011100010110001110011111011110110110101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156263; }

 p { color: rgb(21,98,99); }

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

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

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

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

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

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

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