#165554

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

Shades of Blue Stone #165554

Tints of Blue Stone #165554

Color information

#165554 (or 0x165554) is unknown color: approx Blue Stone. HEX triplet: 16, 55 and 54. RGB value is (22,85,84). Sum of RGB (Red+Green+Blue) = 22+85+84=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #165554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165554 is #E9AAAB. Grayscale: #414141. Windows color (decimal): -15313580 or 5526806. OLE color: 5526806.

HSL color Cylindrical-coordinate representation of color #165554: hue angle of 179.05º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165554 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB228584-
CMYK0.7400.010.67
HSL179.05º58.88%20.98%-
HSV(B)179.05º74.12%33.33%-
XYZ5.187.319.53-
YUV66.05138.1396.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=11.52%
G=44.50%
B=43.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285840.7400.010.67179.0558.8820.98
Hex1655544A0143b33b15
Octal26125124112011032637325
Binary101101010101101010010010100110000111011001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165554; }

 p { color: rgb(22,85,84); }

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

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

 a { background-color: rgb(22,85,84); }

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

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

 span { border-color: rgb(22,85,84); }

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