#16615B

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

Shades of Blue Stone #16615B

Tints of Blue Stone #16615B

Color information

#16615B (or 0x16615B) is unknown color: approx Blue Stone. HEX triplet: 16, 61 and 5B. RGB value is (22,97,91). Sum of RGB (Red+Green+Blue) = 22+97+91=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #16615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16615B is #E99EA4. Grayscale: #494949. Windows color (decimal): -15310501 or 5988630. OLE color: 5988630.

HSL color Cylindrical-coordinate representation of color #16615B: hue angle of 175.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16615B is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB229791-
CMYK0.7700.060.62
HSL175.2º63.03%23.33%-
HSV(B)175.2º77.32%38.04%-
XYZ6.499.4811.38-
YUV73.89137.6590.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=10.48%
G=46.19%
B=43.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297910.7700.060.62175.263.0323.33
Hex16615B4D063Eaf3f17
Octal2614113311506762577727
Binary1011011000011011011100110101101111101010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16615B; }

 p { color: rgb(22,97,91); }

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

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

 a { background-color: rgb(22,97,91); }

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

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

 span { border-color: rgb(22,97,91); }

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