#165953

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

Shades of Blue Stone #165953

Tints of Blue Stone #165953

Color information

#165953 (or 0x165953) is unknown color: approx Blue Stone. HEX triplet: 16, 59 and 53. RGB value is (22,89,83). Sum of RGB (Red+Green+Blue) = 22+89+83=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #165953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165953 is #E9A6AC. Grayscale: #444444. Windows color (decimal): -15312557 or 5462294. OLE color: 5462294.

HSL color Cylindrical-coordinate representation of color #165953: hue angle of 174.63º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165953 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB228983-
CMYK0.7500.070.65
HSL174.63º60.36%21.76%-
HSV(B)174.63º75.28%34.9%-
XYZ5.467.949.43-
YUV68.28136.394.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=11.34%
G=45.88%
B=42.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289830.7500.070.65174.6360.3621.76
Hex1659534B0741af3c16
Octal26131123113071012577426
Binary10110101100110100111001011011110000011010111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165953; }

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

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

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

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

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

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

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

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