#16575B

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

Shades of Blue Stone #16575B

Tints of Blue Stone #16575B

Color information

#16575B (or 0x16575B) is unknown color: approx Blue Stone. HEX triplet: 16, 57 and 5B. RGB value is (22,87,91). Sum of RGB (Red+Green+Blue) = 22+87+91=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #16575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16575B is #E9A8A4. Grayscale: #434343. Windows color (decimal): -15313061 or 5986070. OLE color: 5986070.

HSL color Cylindrical-coordinate representation of color #16575B: hue angle of 183.48º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16575B is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB228791-
CMYK0.760.0400.64
HSL183.48º61.06%22.16%-
HSV(B)183.48º75.82%35.69%-
XYZ5.637.7411.1-
YUV68.02140.9795.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 87 (34.38% from 255) = 43.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=11%
G=43.5%
B=45.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2287910.760.0400.64183.4861.0622.16
Hex16575B4C4040b73d16
Octal26127133114401002677526
Binary10110101011110110111001100100010000001011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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