#165B54

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

Shades of Blue Stone #165B54

Tints of Blue Stone #165B54

Color information

#165B54 (or 0x165B54) is unknown color: approx Blue Stone. HEX triplet: 16, 5B and 54. RGB value is (22,91,84). Sum of RGB (Red+Green+Blue) = 22+91+84=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #165B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B54 is #E9A4AB. Grayscale: #454545. Windows color (decimal): -15312044 or 5528342. OLE color: 5528342.

HSL color Cylindrical-coordinate representation of color #165B54: hue angle of 173.91º 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 #165B54 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB229184-
CMYK0.7600.080.64
HSL173.91º61.06%22.16%-
HSV(B)173.91º75.82%35.69%-
XYZ5.678.299.69-
YUV69.57136.1494.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 91 (35.94% from 255) = 46.19%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=11.17%
G=46.19%
B=42.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291840.7600.080.64173.9161.0622.16
Hex165B544C0840ae3d16
Octal261331241140101002567526
Binary101101011011101010010011000100010000001010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165B54; }

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

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

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

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

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

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

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

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