#165C53

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

Shades of Blue Stone #165C53

Tints of Blue Stone #165C53

Color information

#165C53 (or 0x165C53) is unknown color: approx Blue Stone. HEX triplet: 16, 5C and 53. RGB value is (22,92,83). Sum of RGB (Red+Green+Blue) = 22+92+83=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #165C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C53 is #E9A3AC. Grayscale: #464646. Windows color (decimal): -15311789 or 5463062. OLE color: 5463062.

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

Color convert

RGB229283-
CMYK0.7600.100.64
HSL172.29º61.4%22.35%-
HSV(B)172.29º76.09%36.08%-
XYZ5.728.459.51-
YUV70.04135.3193.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 92 (36.33% from 255) = 46.70%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=11.17%
G=46.70%
B=42.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2292830.7600.100.64172.2961.422.35
Hex165C534C0A40ac3d16
Octal261341231140121002547526
Binary101101011100101001110011000101010000001010110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,92,83); }

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

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

 a { background-color: rgb(22,92,83); }

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

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

 span { border-color: rgb(22,92,83); }

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