#165B5C

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

Shades of Blue Stone #165B5C

Tints of Blue Stone #165B5C

Color information

#165B5C (or 0x165B5C) is unknown color: approx Blue Stone. HEX triplet: 16, 5B and 5C. RGB value is (22,91,92). Sum of RGB (Red+Green+Blue) = 22+91+92=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #165B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B5C is #E9A4A3. Grayscale: #464646. Windows color (decimal): -15312036 or 6052630. OLE color: 6052630.

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

Color convert

RGB229192-
CMYK0.760.0100.64
HSL180.86º61.4%22.35%-
HSV(B)180.86º76.09%36.08%-
XYZ68.4311.44-
YUV70.48140.1493.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.73%
GREEN value IS 91 (35.94% from 255) = 44.39%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=10.73%
G=44.39%
B=44.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291920.760.0100.64180.8661.422.35
Hex165B5C4C1040b53d16
Octal26133134114101002657526
Binary101101011011101110010011001010000001011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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