#156663

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

Shades of Blue Stone #156663

Tints of Blue Stone #156663

Color information

#156663 (or 0x156663) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 63. RGB value is (21,102,99). Sum of RGB (Red+Green+Blue) = 21+102+99=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #156663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156663 is #EA999C. Grayscale: #4D4D4D. Windows color (decimal): -15374749 or 6514197. OLE color: 6514197.

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

Color convert

RGB2110299-
CMYK0.7900.030.6
HSL177.78º65.85%24.12%-
HSV(B)177.78º79.41%40%-
XYZ7.3110.5613.46-
YUV77.44140.1687.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=9.46%
G=45.95%
B=44.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102990.7900.030.6177.7865.8524.12
Hex1566634F033Cb24218
Octal25146143117037426210230
Binary1010111001101100011100111101111110010110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156663; }

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

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

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

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

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

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

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

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