#156667

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

Shades of Blue Stone #156667

Tints of Blue Stone #156667

Color information

#156667 (or 0x156667) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 67. RGB value is (21,102,103). Sum of RGB (Red+Green+Blue) = 21+102+103=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #156667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156667 is #EA9998. Grayscale: #4D4D4D. Windows color (decimal): -15374745 or 6776341. OLE color: 6776341.

HSL color Cylindrical-coordinate representation of color #156667: hue angle of 180.73º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156667 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB21102103-
CMYK0.800.0100.60
HSL180.73º66.13%24.31%-
HSV(B)180.73º79.61%40.39%-
XYZ7.5110.6414.49-
YUV77.9142.1687.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=9.29%
G=45.13%
B=45.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal211021030.800.0100.60180.7366.1324.31
Hex15666750103Cb54218
Octal25146147120107426510230
Binary101011100110110011110100001011110010110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156667; }

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

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

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

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

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

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

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

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