#165A6A

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

Shades of Blue Stone #165A6A

Tints of Blue Stone #165A6A

Color information

#165A6A (or 0x165A6A) is unknown color: approx Blue Stone. HEX triplet: 16, 5A and 6A. RGB value is (22,90,106). Sum of RGB (Red+Green+Blue) = 22+90+106=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #165A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A6A is #E9A595. Grayscale: #474747. Windows color (decimal): -15312278 or 6969878. OLE color: 6969878.

HSL color Cylindrical-coordinate representation of color #165A6A: hue angle of 191.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165A6A is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2290106-
CMYK0.790.1500.58
HSL191.43º65.62%25.1%-
HSV(B)191.43º79.25%41.57%-
XYZ6.598.5214.93-
YUV71.49147.4792.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=10.09%
G=41.28%
B=48.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22901060.790.1500.58191.4365.6225.1
Hex165A6A4FF03Abf4219
Octal261321521171707227710231
Binary101101011010110101010011111111011101010111111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,90,106); }

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

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

 a { background-color: rgb(22,90,106); }

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

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

 span { border-color: rgb(22,90,106); }

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